Gets decoded message body using character encoding specified in charset attribute of Content-Type message header. If no character encoding is defined then US-ASCII character encoding is used.

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 body of the MIME message.

See Also