Click or drag to resize

IMailGetBodyAsText(Boolean) Method

Returns body in plain text format. Uses Text, GetTextFromHtml or GetTextFromRtf.

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

Parameters

includeTextFromVisuals  Boolean
Specifies if text/plain or text/html inline parts should be added.

Return Value

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