Click or drag to resize
MimeKit

EnvelopeDate Property

Gets the date that the message was sent on, if available.

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

Property Value

NullableDateTimeOffset
The date the message was sent.
Remarks
Gets the date that the message was sent on, if available.
See Also