IMAP sequence-set. RFC 3501.
![]() | |
---|---|
Examples: 2 -> seq-number (2) 2:4 -> seq-range (from 2 - 4) 2:* -> seq-range (from 2 to last) 2,3,10:* -> sequence-set (seq-number,seq-number,seq-range) (2,3, 10 - last) NOTES: *) comma separates sequence parts *) * means maximum value. |

C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Use class 'IMAP_t_SeqSet' instead.")] public class IMAP_SequenceSet
<ObsoleteAttribute("Use class 'IMAP_t_SeqSet' instead.")> Public Class IMAP_SequenceSet
[ObsoleteAttribute(L"Use class 'IMAP_t_SeqSet' instead.")] public ref class IMAP_SequenceSet
[<ObsoleteAttribute("Use class 'IMAP_t_SeqSet' instead.")>] type IMAP_SequenceSet = class end

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | IMAP_SequenceSet()()()() |
Default constructor.
|
![]() | Contains(Int64) |
Gets if sequence set contains specified number.
|
![]() | Equals(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.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Items |
Gets sequence set ranges.
|
![]() | 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | IMAP_SequenceSet |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119