SocketTools .NET Edition

MailMessage.Text Property

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

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

Property Value

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

Remarks

The Text 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

MailMessage Class | SocketTools Namespace