Catalyst Internet Mail .NET

InternetMail.Subject Property

Gets and sets the subject of the current message.

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

Property Value

A string which specifies the subject of the message.

Remarks

The Subject property returns the subject of the current message. Setting this property updates the Subject header with the specified value. Note that not all messages have subjects, in which case this property will be set to an empty string.

See Also

InternetMail Class | SocketTools Namespace