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.23341.1754
Syntax
public static ICriterion UID(
	Range range
)

Parameters

range
Type: Limilabs.Client.IMAPRange
UID range.

Return Value

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