The Pop3MessageCollection type exposes the following members.

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 Pop3MessageCollection.
Public methodSupported by the .NET Compact FrameworkContains
Determines whether the specified item is present in the Pop3MessageCollection.
Public methodSupported by the .NET Compact FrameworkCopyTo
Copies the range of elements from the Pop3MessageCollection to a one-dimensional Pop3MessageInfo 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 Pop3MessageInfo of the specified id.
Public methodSupported by the .NET Compact FrameworkFind(String)
Returns the Pop3MessageInfo of the specified unique id.
Public methodSupported by the .NET Compact FrameworkGetEnumerator
Gets an IEnumerator<(Of <(<'T>)>)> for the Pop3MessageCollection 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 Pop3MessageCollection, or -1 if not found.
Public methodSupported by the .NET Compact FrameworkInsert
Inserts the Pop3MessageInfo at the specified position in the Pop3MessageCollection.
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 Pop3MessageInfo from the Pop3MessageCollection having specified sequence number.
Public methodSupported by the .NET Compact FrameworkRemove(String)
Removes Pop3MessageInfo from the Pop3MessageCollection having specified unique id.
Public methodSupported by the .NET Compact FrameworkRemove(Pop3MessageInfo)
Removes the specified Pop3MessageInfo from the Pop3MessageCollection.
Public methodSupported by the .NET Compact FrameworkRemoveAt
Removes the Pop3MessageInfo at the specified index from the Pop3MessageCollection.
Public methodSupported by the .NET Compact FrameworkSort()()()()
Sorts the messages in the entire Pop3MessageCollection by sequence number ascending.
Public methodSupported by the .NET Compact FrameworkSort(IComparer)
Sorts the elements in the entire Pop3MessageCollection using the specified comparer.
Public methodSupported by the .NET Compact FrameworkSort(Int32, Int32, IComparer)
Sorts the elements in a section of Pop3MessageCollection using the specified comparer.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Explicit Interface Implementations

See Also