Click or drag to resize

RangeCreate Method

Creates new range with start and end defined.

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

Parameters

start  Int64
Range start.
end  Int64
Range end.

Return Value

Range
New range.
See Also