MailMessageCollection Class

Represents a collection of MailMessage objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionMailMessage
    Aspose.EmailMailMessageCollection

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MailMessageCollection : Collection<MailMessage>

The MailMessageCollection type exposes the following members.

Constructors
  NameDescription
Public methodMailMessageCollection
Initialize a new instance of the class MailMessageCollection.
Properties
  NameDescription
Public propertyCount (Inherited from CollectionMailMessage.)
Public propertyItem (Inherited from CollectionMailMessage.)
Protected propertyItems (Inherited from CollectionMailMessage.)
Methods
  NameDescription
Public methodAdd (Inherited from CollectionMailMessage.)
Public methodClear (Inherited from CollectionMailMessage.)
Protected methodClearItems (Inherited from CollectionMailMessage.)
Public methodContains (Inherited from CollectionMailMessage.)
Public methodCopyTo (Inherited from CollectionMailMessage.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionMailMessage.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionMailMessage.)
Public methodInsert (Inherited from CollectionMailMessage.)
Protected methodInsertItem (Inherited from CollectionMailMessage.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from CollectionMailMessage.)
Public methodRemoveAt (Inherited from CollectionMailMessage.)
Protected methodRemoveItem (Inherited from CollectionMailMessage.)
Protected methodSetItem (Inherited from CollectionMailMessage.)
Public methodToString (Inherited from Object.)
Remarks
Provides a simple collection object that can represent a set of MailMessage objects. The MailMessageCollection class provides a simple collection object that can be used to store a set of MailMessage objects.
See Also