Catalyst Internet Mail .NET

InternetMail.Organization Property

Gets and sets the name of the organization that originated the message.

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

Property Value

A string which specifies the organization name.

Remarks

The Organization property returns the name of the organization that originated the current message. Setting this property updates the specified header value. Note that many mail clients do not generate an Organization header field, in which case the property value will be an empty string.

See Also

InternetMail Class | SocketTools Namespace