MapiMessage.ReplyTo

MapiMessage.ReplyTo property

Gets or sets the reply to names.

public string ReplyTo { get; set; }

Property Value

The reply to names.

Exceptions

exceptioncondition
ArgumentNullExceptionthrows if reply to address is null.
ArgumentExceptionthrows if reply to address is not in a recognized format.

Remarks

Gets or sets the list of ReplyTo addresses separated by semicolon.

See Also