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.23341.1754
Syntax
public static Range Create(
	long start,
	long end
)

Parameters

start
Type: SystemInt64
Range start.
end
Type: SystemInt64
Range end.

Return Value

Type: Range
New range.
See Also