_MailItem.SenderEmailAddress Property

Definition

Returns a String (string in C#) that represents the e-mail address of the sender of the Outlook item. Read-only.

public:
 property System::String ^ SenderEmailAddress { System::String ^ get(); };
public string SenderEmailAddress { get; }
Public ReadOnly Property SenderEmailAddress As String

Property Value

Remarks

This property corresponds to the MAPI property PidTagSenderEmailAddress.

Applies to