Hunny Software Library Reference

BodyStructureData.Envelope Property

Gets the ENVELOPE structure.

[Visual Basic]
Public ReadOnly Property Envelope As EnvelopeData
[C#]
public EnvelopeData Envelope {get;}

Property Value

The ENVELOPE structure, if present; otherwise null.

Remarks

This item is present only if the media type is "message/rfc822". It describes the header fields of the encapsulated message.

See Also

BodyStructureData Class | Hunny.Mail Namespace | EnvelopeData