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