Click or drag to resize
MimeKit

AppendRequestInternalDate 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#
public 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.

Implements

IAppendRequestInternalDate
Remarks
Gets or sets the timestamp that should be used by folder as the InternalDate.
See Also