Catalyst Internet Mail .NET

InternetMail.Message Property

Gets and sets the current message headers and body.

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

Property Value

A string which contains the complete message.

Remarks

The Message property returns the current message, including the headers and all message parts, as a string. Setting this property will cause the current message to be cleared and replaced by the new value. The contents must follow the standard specifications for a message. If the property is set to an empty string, the current message is cleared.

See Also

InternetMail Class | SocketTools Namespace