ImapBodyStructureEncapsulatedEnvelope Property |
Gets the envelope information of the attached mail message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Envelope EncapsulatedEnvelope { get; }
Public ReadOnly Property EncapsulatedEnvelope As Envelope
Get
Property Value
Type:
EnvelopeA reference to the
Envelope object containing
the envelope information 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 envelope information of forwarded or attached
mail messages.
See Also