Click or drag to resize
MimeKit

IMessageSummaryEnvelope Property

Gets the envelope of the message, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
Envelope Envelope { get; }

Property Value

Envelope
The envelope of the message.
Remarks

The envelope of a message contains information such as the date the message was sent, the subject of the message, the sender of the message, who the message was sent to, which message(s) the message may be in reply to, and the message id.

This property will only be set if the Envelope flag is passed to one of the Fetch or FetchAsync methods.

See Also