ImapMessageInfo.BodyText Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
BodyText
Gets the text body of the message, or an empty string if no text bodywas retrieved.
Declaration
public string BodyText { get; }
Property Value
Type | Description |
---|---|
String | 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).