Click or drag to resize
MimeKit

SearchQueryChangedSince Method

Match messages that have mod-sequence values greater than or equal to the specified mod-sequence value.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static SearchQuery ChangedSince(
	ulong modseq
)

Parameters

modseq  UInt64
The mod-sequence value.

Return Value

SearchQuery
A SearchQuery.
Remarks

Matches messages that have mod-sequence values greater than or equal to the specified mod-sequence value.

Note  Note
This is equivalent to the MODSEQ search key as defined in rfc4551 and is therefor only available for use with IMAP servers that support the CONDSTORE extension.
See Also