Catalyst Internet Mail .NET

InternetMail.To Property

Gets and sets the address of the message recipient.

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

Property Value

A string which specifies the recipient of the message.

Remarks

The To property returns the address of the message recipient. Setting this property causes the To header to be updated with the specified value. Multiple addresses can be specified by separating them with commas.

See Also

InternetMail Class | SocketTools Namespace