Click or drag to resize

ExpressionUID Method

Creates a criterion to find messages with UIDs within the specified range.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static ICriterion UID(
	Range range
)

Parameters

range  Range
UID range.

Return Value

ICriterion
New expression.
Example
List<long> uids = imap.Search().Where(Expression.UID(Range.From(1024)));
See Also