MapiMessage.SentRepresentingEmailAddress

MapiMessage.SentRepresentingEmailAddress property

Gets or sets the e-mail address for the messaging user represented by the sender.

public string SentRepresentingEmailAddress { get; set; }

Property Value

The string that represents sent representing email address.

Exceptions

exceptioncondition
ArgumentExceptionthrows if email address is not in a recognized format.

Remarks

When setting a value, the values of PR_SENT_REPRESENTING_SEARCH_KEY and PR_SENT_REPRESENTING_ENTRYID properties are updated as well. When setting a null value or empty string, the values of the property are set null.

See Also