| BodyPartMessageEnvelope Property |
Gets the envelope of the message, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public Envelope Envelope { get; set; }
Property Value
EnvelopeThe envelope.
Remarks
Gets the envelope of the message, if available.
See Also