EnvelopeBodyStructure Property |
Gets the information about structure of the message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ImapBodyStructure BodyStructure { get; }
Public ReadOnly Property BodyStructure As ImapBodyStructure
Get
Property Value
Type:
ImapBodyStructureA 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