The ImapMessageCollection type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkImapMessageCollection
Initializes a new instance of the ImapMessageCollection class.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd
Public methodSupported by the .NET Compact FrameworkClear
Removes all items from the collection.
Public methodSupported by the .NET Compact FrameworkClone
Creates a shallow copy of the ImapMessageCollection.
Public methodSupported by the .NET Compact FrameworkContains
Determines whether the specified item is present in the ImapMessageCollection.
Public methodSupported by the .NET Compact FrameworkCopyTo
Copies the range of elements from the ImapMessageCollection to a one-dimensional ImapMessageInfo array, starting at the specified index of the target array.
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 FrameworkFind(Int32)
Returns the ImapMessageInfo of the specified id.
Public methodSupported by the .NET Compact FrameworkFind(String)
Returns the ImapMessageInfo of the specified unique id.
Public methodSupported by the .NET Compact FrameworkGetEnumerator
Gets an IEnumerator<(Of <(<'T>)>)> for the ImapMessageCollection collection.
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.)
Public methodSupported by the .NET Compact FrameworkIndexOf
Returns a zero-based index of the specified item within the ImapMessageCollection, or -1 if not found.
Public methodSupported by the .NET Compact FrameworkInsert
Inserts the ImapMessageInfo at the specified position in the ImapMessageCollection.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkRemove(Int32)
Removes ImapMessageInfo from the ImapMessageCollection having specified sequence number.
Public methodSupported by the .NET Compact FrameworkRemove(String)
Removes ImapMessageInfo from the ImapMessageCollection having specified unique id.
Public methodSupported by the .NET Compact FrameworkRemove(ImapMessageInfo)
Removes the specified ImapMessageInfo from the ImapMessageCollection.
Public methodSupported by the .NET Compact FrameworkRemoveAt
Removes the ImapMessageInfo at the specified index from the ImapMessageCollection.
Public methodSupported by the .NET Compact FrameworkSort()()()()
Sorts the messages in the entire ImapMessageCollection by sequence number ascending.
Public methodSupported by the .NET Compact FrameworkSort(IComparer)
Sorts the elements in the entire ImapMessageCollection using the specified comparer.
Public methodSupported by the .NET Compact FrameworkSort(Int32, Int32, IComparer)
Sorts the elements in a section of ImapMessageCollection using the specified comparer.
Public methodSupported by the .NET Compact FrameworkToSequenceNumberMessageSet
Returns an ImapMessageSet that contains sequence numbers of messages in this collection.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToUniqueIdMessageSet
Returns an ImapMessageSet that contains unique IDs of messages in this collection.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Gets the number of elements contained in the ImapMessageCollection.
Public propertySupported by the .NET Compact FrameworkItem
Gets the ImapMessageInfo at the specified index.
Public propertySupported by the .NET Compact FrameworkSyncRoot
Gets an object that can be used to synchronize access to the ImapMessageCollection.

Explicit Interface Implementations

See Also