| RangeCreate Method |
Creates new range with start and end defined.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static Range Create(
long start,
long end
)
Public Shared Function Create (
start As Long,
end As Long
) As Range
public:
static Range^ Create(
long long start,
long long end
)
static member Create :
start : int64 *
end : int64 -> Range
Parameters
- start
- Type: SystemInt64
Range start. - end
- Type: SystemInt64
Range end.
Return Value
Type:
RangeNew range.
See Also