MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MimeMessage Class
MimeMessage Properties
Attachments Property
Bcc Property
Body Property
BodyParts Property
Cc Property
Date Property
From Property
Headers Property
HtmlBody Property
Importance Property
InReplyTo Property
MessageId Property
MimeVersion Property
Priority Property
References Property
ReplyTo Property
ResentBcc Property
ResentCc Property
ResentDate Property
ResentFrom Property
ResentMessageId Property
ResentReplyTo Property
ResentSender Property
ResentTo Property
Sender Property
Subject Property
TextBody Property
To Property
XPriority Property
Mime
Message
Resent
Date Property
Get or set the Resent-Date of the message.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
DateTimeOffset
ResentDate
{
get
;
set
; }
Property Value
DateTimeOffset
The Resent-Date of the message.
Implements
IMimeMessage
ResentDate
Remarks
Gets or sets the Resent-Date of the message.
See Also
Reference
MimeMessage Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast