Email Factory for .NET

MimeMessage.GetBody Method 

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.

public string GetBody();

Return Value

The body of the MIME message.

See Also

MimeMessage Class | Jscape.Email Namespace