_MailItem.SentOnBehalfOfName Property

Definition

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.

Applies to