Click or drag to resize

Range Methods

The Range type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates new range with start and end defined.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLast
Creates new range representing last element (*).
Protected methodMemberwiseClone
Creates 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