Click or drag to resize
MimeKit

BodyPartMessageEnvelope 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.
Remarks
Gets the envelope of the message, if available.
See Also