MapiRecipientCollection Class

Represents a collection of MapiRecipient objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionMapiRecipient
    Aspose.Email.MapiMapiRecipientCollection

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MapiRecipientCollection : Collection<MapiRecipient>

The MapiRecipientCollection type exposes the following members.

Constructors
  NameDescription
Public methodMapiRecipientCollection
Initializes a new instance of the MapiRecipientCollection class.
Properties
  NameDescription
Public propertyCount (Inherited from CollectionMapiRecipient.)
Public propertyItem (Inherited from CollectionMapiRecipient.)
Protected propertyItems (Inherited from CollectionMapiRecipient.)
Methods
  NameDescription
Public methodAdd(MapiRecipient)
Public methodAdd(String, String, MapiRecipientType)
Adds the new recipient.
Public methodAdd(String, String, String, MapiRecipientType)
Adds the new recipient.
Public methodClear (Inherited from CollectionMapiRecipient.)
Protected methodClearItems (Inherited from CollectionMapiRecipient.)
Public methodContains (Inherited from CollectionMapiRecipient.)
Public methodCopyTo (Inherited from CollectionMapiRecipient.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionMapiRecipient.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionMapiRecipient.)
Public methodInsert
Protected methodInsertItem (Inherited from CollectionMapiRecipient.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from CollectionMapiRecipient.)
Public methodRemoveAt (Inherited from CollectionMapiRecipient.)
Protected methodRemoveItem (Inherited from CollectionMapiRecipient.)
Protected methodSetItem (Inherited from CollectionMapiRecipient.)
Public methodToString (Inherited from Object.)
See Also