Catalyst Internet Mail .NET

InternetMail.Sender Property

Gets and sets the address of the user who originated the message.

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

Property Value

A string which specifies the sender's email address.

Remarks

The Sender property returns the address of the user who originated the message. Setting this property updates the X-Sender header with the specified value.

See Also

InternetMail Class | SocketTools Namespace