Sets body of this
CopyC#
MimeMessage
. Default system character encoding is used to convert the body to bytes.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void SetBody(
	string body
)
Visual Basic
Public Sub SetBody ( _
	body As String _
)
Visual C++
public:
void SetBody(
	String^ body
)

Parameters

body
Type: System..::..String
The body contents.

See Also