Expand Minimize
This topic has not yet been rated - Rate this topic

_MailItem.SenderName Property (Microsoft.Office.Interop.Outlook)

Returns a String (string in C#) indicating the display name of the sender for the Outlook item. Read-only.

Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)
string SenderName { get; }

This property corresponds to the MAPI property PR_SENDER_NAME.

If you wish to retrieve the fully qualified e-mail address of the sender, use the SenderEmailAddress property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.