_MailItem.SentOnBehalfOfName 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#) indicating the display name for the intended sender of the mail message. Read/write.
public:
property System::String ^ SentOnBehalfOfName { System::String ^ get(); void set(System::String ^ value); };
public string SentOnBehalfOfName { get; set; }
Public Property SentOnBehalfOfName As String
Property Value
Remarks
This property corresponds to the MAPI property PidTagSentRepresentingName.