Hunny Software Library Reference

FetchResponse.Envelope Property

Gets the ENVELOPE data, if present.

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

Property Value

The ENVELOPE data item, if present; otherwise null.

Remarks

The ENVELOPE data item contains essential information from the header fields of the message, such as the sender, the recipient(s), the date, and the subject.

If there is no ENVELOPE data item, the property's value is null.

See Also

FetchResponse Class | Hunny.Mail Namespace