Gets the body of the message.

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

Syntax

C#
public string GetBody()
Visual Basic
Public Function GetBody As String
Visual C++
public:
String^ GetBody()

Return Value

The message body.

See Also