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