| IStoreRequestUnchangedSince Property |
Get or set the mod-sequence value that indicates the last known state of the message(s) being updated.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax ulong? UnchangedSince { get; set; }
Property Value
NullableUInt64The mod-sequence value that indicates the last known state of the message(s) being updated.
Remarks Gets or sets the mod-sequence value that indicates the last known state of the message(s) being updated.
If this property is set, only messages that have not had their flags modified since the specified mod-sequence
state will have their flags updated by the Store
or StoreAsync mnethods.
See Also