Pop3MessageInfoCollection Class

Represents the information of a mail message from Pop3 server.
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
public sealed class Pop3MessageInfoCollection : Pop3MessageInfoCollectionBase, 
	IList<Pop3MessageInfo>, ICollection<Pop3MessageInfo>, IEnumerable<Pop3MessageInfo>, 
	IEnumerable

The Pop3MessageInfoCollection type exposes the following members.

Constructors
  NameDescription
Public methodPop3MessageInfoCollection
Initializes a new instance of the Pop3MessageInfoCollection class.
Properties
  NameDescription
Public propertyCount (Inherited from CollectionPop3MessageInfo.)
Public propertyItem (Inherited from CollectionPop3MessageInfo.)
Methods
  NameDescription
Public methodAdd (Inherited from CollectionPop3MessageInfo.)
Public methodClear (Inherited from CollectionPop3MessageInfo.)
Public methodContains (Inherited from CollectionPop3MessageInfo.)
Public methodCopyTo (Inherited from CollectionPop3MessageInfo.)
Public methodEquals (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.)
Public methodRemove (Inherited from CollectionPop3MessageInfo.)
Public methodRemoveAt (Inherited from CollectionPop3MessageInfo.)
Public methodToString (Inherited from Object.)
See Also