 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static ICriterion ModSeq(
long modSeq
)
Public Shared Function ModSeq (
modSeq As Long
) As ICriterion
public:
static ICriterion^ ModSeq(
long long modSeq
)
static member ModSeq :
modSeq : int64 -> ICriterion Parameters
- modSeq Int64
- Modification sequence value obtained from .
Return Value
ICriterionNew expression.
See Also