Finds messages with unique identifiers corresponding to the specified unique identifier set.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public static SearchCondition UID(
	params uint[] uids
)

Parameters

uids
Type: array<System..::..UInt32>[]()[][]
One or several unique identifiers (UID).

Return Value

A SearchCondition object representing the "UID" search criterion.

See Also