Finds messages with a unique identifier less than the specified unique identifier.

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

Syntax

C#
public static SearchCondition LessThan(
	uint uid
)

Parameters

uid
Type: System..::..UInt32
A unique identifier (UID).

Return Value

A SearchCondition object representing the "UID" search criterion.

See Also