IMAP sequence-set. RFC 3501.
1Examples: 2 2 -> seq-number (2) 3 2:4 -> seq-range (from 2 - 4) 4 2:* -> seq-range (from 2 to last) 5 2,3,10:* -> sequence-set (seq-number,seq-number,seq-range) 6 (2,3, 10 - last) 7 8 NOTES: 9 *) comma separates sequence parts 10 *) * means maximum value.
| C# | Visual Basic | Managed C++ |
public class IMAP_SequenceSet
Public Class IMAP_SequenceSet
public ref class IMAP_SequenceSet
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| IMAP_SequenceSetNew() |
Default constructor.
| |
| Contains(Int64) |
Gets if sequence set contains specified number.
| |
| Equals(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.) | |
| Parse(String) |
Parses sequence-set from specified string. Throws exception if invalid sequnce-set value.
| |
| Parse(String, Int64) |
Parses sequence-set from specified string. Throws exception if invalid sequnce-set value.
| |
| ToSequenceSetString() |
Converts IMAP_SequenceSet to IMAP sequence-set string.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| IMAP_SequenceSet | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)