Click or drag to resize

IMailGetBodyAsText Method (Boolean)

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
string GetBodyAsText(
	bool includeTextFromVisuals
)

Parameters

includeTextFromVisuals
Type: SystemBoolean
Specifies if text/plain or text/html inline parts should be added.

Return Value

Type: String
Body of the message as plain text.
Remarks
This method is helpful for processing Apple Mail messages, which often have email text split across several text/plain parts.
See Also