Catalyst Internet Mail .NET

InternetMail.MessageText Property

Gets and sets the text body of the current message part.

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

Property Value

A string which contains the body of the current message part.

Remarks

The MessageText property returns the body of the current message part. Setting this property replaces the body of the current message part with the new text.

See Also

InternetMail Class | SocketTools Namespace