IMAP sequence-set. Defined in 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# |
public class IMAP_t_SeqSet
Public Class IMAP_t_SeqSet
public ref class IMAP_t_SeqSet
type IMAP_t_SeqSet = class end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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 sequense-set from string.
|
![]() | ToString()()()() |
Returns this as sequence-set string.
(Overrides Object.ToString()()()().) |

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