Gets the text body of the message, or an empty string if no text bodywas retrieved.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property BodyText As String Get |
C# |
---|
public string BodyText { get; } |
Field Value
The text body of the message.Remarks
This field is only set if the ImapListFields.Body options
was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).