Pop3MessageInfoCollectionBase Class

Note: This API is now obsolete.

Provides a container for a collection of Pop3MessageInfo objects
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionPop3MessageInfo
    Aspose.Email.Clients.Pop3Pop3MessageInfoCollectionBase
      Aspose.Email.Clients.Pop3Pop3MessageInfoCollection

Namespace:  Aspose.Email.Clients.Pop3
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[ObsoleteAttribute]
public class Pop3MessageInfoCollectionBase : Collection<Pop3MessageInfo>

The Pop3MessageInfoCollectionBase type exposes the following members.

Constructors
  NameDescription
Public methodPop3MessageInfoCollectionBase
Initializes a new instance of the Pop3MessageInfoCollectionBase class.
Properties
  NameDescription
Public propertyCount (Inherited from CollectionPop3MessageInfo.)
Public propertyItem (Inherited from CollectionPop3MessageInfo.)
Protected propertyItems (Inherited from CollectionPop3MessageInfo.)
Methods
  NameDescription
Public methodAdd (Inherited from CollectionPop3MessageInfo.)
Public methodClear (Inherited from CollectionPop3MessageInfo.)
Protected methodClearItems (Inherited from CollectionPop3MessageInfo.)
Public methodContains (Inherited from CollectionPop3MessageInfo.)
Public methodCopyTo (Inherited from CollectionPop3MessageInfo.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionPop3MessageInfo.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionPop3MessageInfo.)
Public methodInsert (Inherited from CollectionPop3MessageInfo.)
Protected methodInsertItem (Inherited from CollectionPop3MessageInfo.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from CollectionPop3MessageInfo.)
Public methodRemoveAt (Inherited from CollectionPop3MessageInfo.)
Protected methodRemoveItem (Inherited from CollectionPop3MessageInfo.)
Protected methodSetItem (Inherited from CollectionPop3MessageInfo.)
Public methodToString (Inherited from Object.)
See Also