Finds messages with a size smaller than the specified number of bytes.

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

Syntax

C#
public static SearchCondition Smaller(
	long size
)

Parameters

size
Type: System..::..Int64
Maximum size, in bytes a message must have to be included in the search result.

Return Value

A SearchCondition object representing the "SMALLER" search criterion.

See Also