Click or drag to resize
MimeKit

MessageSummaryEnvelope Property

Gets the envelope of the message, if available.

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

Property Value

Envelope
The envelope of the message.

Implements

IMessageSummaryEnvelope
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