Range Class |
Namespace: Limilabs.Client.IMAP
The Range type exposes the following members.
Name | Description | |
---|---|---|
Range |
Creates new range. Consider using From(Int64) or Create(Int64, Int64) static methods to create an instance of this class.
|
Name | Description | |
---|---|---|
End |
Gets range end.
| |
IsEmpty |
Gets the information if this object represents empty set. Always returns false.
| |
Start |
Gets range start.
|
Name | Description | |
---|---|---|
Create |
Creates new range with start and end defined.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
From |
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).
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Last |
Creates new range representing last element (*).
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
One |
Creates new range with only one element defined.
| |
Render |
Renders this object as a string (3956:3958, 3956:*, *, 3958).
| |
ToString |
Returns a string that represents the current Range.
(Overrides ObjectToString.) |