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

Parameters

start
Type: SystemNullableInt64
Range start.
end
Type: SystemNullableInt64
Range end.
See Also