Creates new range with only start defined.

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

Syntax

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

Parameters

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

Return Value

[Missing <returns> documentation for "M:Limilabs.Client.IMAP.Range.From(System.Int64)"]

See Also