Click or drag to resize

Range Class

Represents a range. You can use From(Int64), Create(Int64, Int64), One(Int64) static methods to create an instance of this class.
Inheritance Hierarchy
SystemObject
  Limilabs.Client.IMAPRange

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public class Range

The Range type exposes the following members.

Constructors
 NameDescription
Public methodRange Creates new range. Consider using From(Int64) or Create(Int64, Int64) static methods to create an instance of this class.
Top
Properties
 NameDescription
Public propertyEnd Gets range end.
Public propertyIsEmpty Gets the information if this object represents empty set. Always returns false.
Public propertyStart Gets range start.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates new range with start and end defined.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFrom 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).
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLast Creates new range representing last element (*).
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberOne Creates new range with only one element defined.
Public methodRender Renders this object as a string (3956:3958, 3956:*, *, 3958).
Public methodToString Returns a string that represents the current Range.
(Overrides ObjectToString)
Top
See Also