Catalyst Internet Mail .NET

InternetMail.From Property

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

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

Property Value

A string which specifies the sender of the message.

Remarks

The From property returns the address of the user who sent the message. Setting the property causes the From header field to be updated with the new value.

See Also

InternetMail Class | SocketTools Namespace