LumiSoft Mail Server User API
IMAP_SequenceSet Class
Namespaces > LumiSoft.Net.IMAP > IMAP_SequenceSet
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.
Syntax
C#Visual BasicManaged C++
public class IMAP_SequenceSet
Public Class IMAP_SequenceSet
public ref class IMAP_SequenceSet
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
IMAP_SequenceSetNew()
Default constructor.
Contains(Int64)
Gets if sequence set contains specified number.
Equals(Object)
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.)
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.)
Inheritance Hierarchy
Object
IMAP_SequenceSet

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)