The ImapMessageSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(Int32) |
Adds a message with the specified sequence number to the message set.
| |
| Add(String) |
Adds a message with the specified unique ID to the message set.
| |
| AddRange(Int32, Int32) |
Adds messages in the specified sequence number range to the message set.
| |
| AddRange(String, String) |
Adds messages in the specified unique ID range to the message set.
| |
| AddRangeFrom(Int32) |
Adds messages in the specified sequence number range to the message set.
| |
| AddRangeFrom(String) |
Adds messages in the specified unique ID range to the message set.
| |
| AddRangeFrom(Int32, IntervalBoundMode) |
Adds messages in the specified sequence number range to the message set.
| |
| AddRangeFrom(String, IntervalBoundMode) |
Adds messages in the specified unique ID range to the message set.
| |
| AddRangeTo(Int32) |
Adds messages in the specified sequence number range to the message set.
| |
| AddRangeTo(String) |
Adds messages in the specified unique ID range to the message set.
| |
| AddRangeTo(Int32, IntervalBoundMode) |
Adds messages in the specified sequence number range to the message set.
| |
| AddRangeTo(String, IntervalBoundMode) |
Adds messages in the specified unique ID range to the message set.
| |
| BuildUniqueId |
Converts the two distinct message ID parts into the combined 'unique ID' used by Rebex IMAP. Please consult the IMAP RFC for details on unique ID and validity ID.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseUniqueId |
Converts the combined 'unique ID' value used by Rebex IMAP into its distinct parts. Please consult the IMAP RFC for details on unique ID and validity ID.
| |
| ToString |
Returns a string representation of this message set.
(Overrides Object..::..ToString()()()().) |