Creates new range with start and end defined.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public static Range Create(
	long start,
	long end
)
Visual Basic
Public Shared Function Create ( _
	start As Long, _
	end As Long _
) As Range
Visual C++
public:
static Range^ Create(
	long long start, 
	long long end
)

Parameters

start
Type: System..::..Int64
Range start.
end
Type: System..::..Int64
Range end.

Return Value

New range.

See Also