The ImapMessageSet type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkImapMessageSet()()()()
Creates an empty message ID set.
Public methodSupported by the .NET Compact FrameworkImapMessageSet(array<Int32>[]()[][])
Creates a new message ID set that contains all messages in the specified array.
Public methodSupported by the .NET Compact FrameworkImapMessageSet(array<String>[]()[][])
Creates a new message ID set that contains all messages in the specified array.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd(Int32)
Adds a message with the specified sequence number to the message set.
Public methodSupported by the .NET Compact FrameworkAdd(String)
Adds a message with the specified unique ID to the message set.
Public methodSupported by the .NET Compact FrameworkAddRange(Int32, Int32)
Adds messages in the specified sequence number range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRange(String, String)
Adds messages in the specified unique ID range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeFrom(Int32)
Adds messages in the specified sequence number range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeFrom(String)
Adds messages in the specified unique ID range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeFrom(Int32, IntervalBoundMode)
Adds messages in the specified sequence number range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeFrom(String, IntervalBoundMode)
Adds messages in the specified unique ID range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeTo(Int32)
Adds messages in the specified sequence number range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeTo(String)
Adds messages in the specified unique ID range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeTo(Int32, IntervalBoundMode)
Adds messages in the specified sequence number range to the message set.
Public methodSupported by the .NET Compact FrameworkAddRangeTo(String, IntervalBoundMode)
Adds messages in the specified unique ID range to the message set.
Public methodStatic memberSupported by the .NET Compact FrameworkBuildUniqueId
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.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkParseUniqueId
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.
Public methodSupported by the .NET Compact FrameworkToString
Returns a string representation of this message set.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkAll
Returns a message set that specifies all messages in a folder.
Public propertySupported by the .NET Compact FrameworkIsUniqueIdSet
Returns a value indicating whether this is a unique ID set.

See Also