_MailItem.SenderEmailAddress Property
Returns a String (string in C#) that represents the e-mail address of the sender of the Outlook item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property SenderEmailAddress As String
Get
'Usage
Dim instance As _MailItem
Dim value As String
value = instance.SenderEmailAddress
string SenderEmailAddress { get; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI property PR_SENDER_EMAIL_ADDRESS.