Click or drag to resize
MimeKit

IMimeMessageResentDate Property

Get or set the Resent-Date of the message.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
DateTimeOffset ResentDate { get; set; }

Property Value

DateTimeOffset
The Resent-Date of the message.
Remarks
Gets or sets the Resent-Date of the message.
See Also