_PostItem.SenderEmailType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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