Click or drag to resize
MimeKit

IAppendRequestInternalDate Property

Get or set the timestamp that should be used by folder as the InternalDate.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
DateTimeOffset? InternalDate { get; set; }

Property Value

NullableDateTimeOffset
The date and time to use for the INTERNALDATE or null if it should be left up to the folder to decide.
Remarks
Gets or sets the timestamp that should be used by folder as the InternalDate.
See Also