Catalyst Internet Mail .NET

InternetMail.ReplyTo Property

Gets and sets the address of the user who should receive replies to this message.

[Visual Basic]
Public Property ReplyTo As String
[C#]
public string ReplyTo {get; set;}

Property Value

A string that specifies an email address.

Remarks

The ReplyTo property returns the address of the user who should receive replies to the current message. Setting this property updates the Reply-To header with the specified value.

See Also

InternetMail Class | SocketTools Namespace