MailKit Documentation
MailKit Documentation
API Reference
MailKit
Envelope Class
Envelope Properties
Bcc Property
Cc Property
Date Property
From Property
InReplyTo Property
MessageId Property
ReplyTo Property
Sender Property
Subject Property
To Property
Envelope
Date Property
Gets the date that the message was sent on, if available.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
DateTimeOffset
?
Date
{
get
;
set
; }
Property Value
Nullable
DateTimeOffset
The date the message was sent.
Remarks
Gets the date that the message was sent on, if available.
See Also
Reference
Envelope Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast