EnvelopeMessagePreview Property
Gets the entire or partial mail message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public MailMessage MessagePreview { get; }

Property Value

Type: MailMessage
A reference to MailMessage object containing the entire message or its initial part (preview), or a null reference (Nothing in Visual Basic) if this information is not available or was not requested.
Remarks
Depending on parameter values of DownloadEnvelopes(String, Boolean, EnvelopeParts, Int32, String, String) method, this property may return the entire message, its header section, its header section + part of the body section, or a null reference. See DownloadEnvelopes(String, Boolean, EnvelopeParts, Int32, String, String) topic on how to obtain the mail message within the envelope.
See Also