 | IMailGetBodyAsText(Boolean) Method |
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxstring GetBodyAsText(
bool includeTextFromVisuals
)
Function GetBodyAsText (
includeTextFromVisuals As Boolean
) As String
String^ GetBodyAsText(
bool includeTextFromVisuals
)
abstract GetBodyAsText :
includeTextFromVisuals : bool -> string Parameters
- includeTextFromVisuals Boolean
- Specifies if text/plain or text/html inline parts should be added.
Return Value
StringBody 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