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.23341.1754
Syntax
public static ICriterion ModSeq(
	long modSeq
)

Parameters

modSeq
Type: SystemInt64
Modification sequence value obtained from .

Return Value

Type: ICriterion
New expression.
See Also