_PostItem.SenderEmailType Property

Definition

Returns a String (string in C#) that represents the type of entry for the e-mail address of the sender of the Outlook item, such as 'SMTP' for Internet address, 'EX' for a Microsoft Exchange server address, etc. Read-only.

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

Property Value

Applies to