Click or drag to resize

RangeFrom Method

Creates new range with only start defined. It always includes the UID of the last message in the mailbox, even if start is higher than any assigned UID value (RFC 3501 6.4.8).

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static Range From(
	long start
)

Parameters

start  Int64
Range start.

Return Value

Range
New range.
See Also