Finds messages with a unique identifier greater 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 GreaterThan(
	uint uid
)

Parameters

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

Return Value

A SearchCondition object representing the "UID" search criterion.

Remarks

Because of the nature of the IMAP search mechanism, the result set will always contain the UID of the last message in the mailbox, even if said UID is smaller than the UID specified.

See Also