| 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
)
Public Shared Function ModSeq (
modSeq As Long
) As ICriterion
public:
static ICriterion^ ModSeq(
long long modSeq
)
static member ModSeq :
modSeq : int64 -> ICriterion
Parameters
- modSeq
- Type: SystemInt64
Modification sequence value obtained from .
Return Value
Type:
ICriterionNew expression.
See Also