MailBee.NET Objects 4.0

ImapBodyStructure.EncapsulatedBodyStructure Property

Gets the body structure of the attached mail message.

public ImapBodyStructure EncapsulatedBodyStructure {get;}

Property Value

A reference to the ImapBodyStructure object containing the body structure of the MIME part which is an attached mail message, or a null reference (Nothing in Visual Basic) if the part is not a mail message.

Remarks

The developer can use this property to access the body structure information of forwarded or attached mail messages.

See Also

ImapBodyStructure Class | MailBee.ImapMail Namespace