Click or drag to resize

ExpressionModSeq Method

Creates a criterion to find messages with modification sequence values (mod-sequence) greater than the specified value (MODSEQ). You can use this criterion to find new and modified messages since the last time you opened a mailbox. This method can be used only if server advertises CONDSTORE extension support.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static ICriterion ModSeq(
	long modSeq
)

Parameters

modSeq  Int64
Modification sequence value obtained from .

Return Value

ICriterion
New expression.
See Also