| RangeFrom Method |
Creates new range with only start defined.
It always includes the UID of the last message in the mailbox,
even if
start is higher than any assigned UID value (
RFC 3501 6.4.8).
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static Range From(
long start
)
Public Shared Function From (
start As Long
) As Range
public:
static Range^ From(
long long start
)
static member From :
start : int64 -> Range
Parameters
- start
- Type: SystemInt64
Range start.
Return Value
Type:
RangeNew range.
See Also