MailBee.NET Objects 4.0

Envelope.BodyStructure Property

Gets the information about structure of the message.

public ImapBodyStructure BodyStructure {get;}

Property Value

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

Envelope Class | MailBee.ImapMail Namespace