Creates new range with only end defined.

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

Syntax

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

Parameters

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

Return Value

New range.

See Also