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.7.1
Syntax
C#
public DateTimeOffset ResentDate { get; set; }

Property Value

DateTimeOffset
The Resent-Date of the message.

Implements

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