Click or drag to resize

Range Constructor

Creates new range. Consider using From(Int64) or Create(Int64, Int64) static methods to create an instance of this class.

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

Parameters

start  NullableInt64
Range start.
end  NullableInt64
Range end.
See Also