EnvelopeBodyStructure Property
Gets the information about structure of the message.

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

Property Value

Type: ImapBodyStructure
A reference to ImapBodyStructure object containing the information about the message structure if it was requested, or a null reference (Nothing in Visual Basic) if this information is not available or was not requested.
Remarks
The common use of body structures is obtaining attachment names without downloading entire messages (see the code sample in Envelope topic). Also, the body structure contains charset information of the message which is needed for correct parsing of envelopes of international messages.
See Also