Click or drag to resize
MimeKit

MimeMessageResentDate Property

Get or set the Resent-Date of the message.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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