| IAppendRequestInternalDate Property |
Get or set the timestamp that should be used by folder as the
InternalDate.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax DateTimeOffset? InternalDate { get; set; }
Property Value
NullableDateTimeOffsetThe 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