Click or drag to resize
MimeKit

IStoreRequestUnchangedSince Property

Get or set the mod-sequence value that indicates the last known state of the message(s) being updated.

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

Property Value

NullableUInt64
The 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