RecipientCollection Methods

The RecipientCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds a new recipient with the specified address to this collection.
Public methodAdd(T) (Inherited from CollectionRecipient.)
Public methodAdd(String, RecipientType)
Adds a new recipient with the specified address and recipient type to this collection.
Public methodAdd(String, String)
Adds a new recipient with the specified address and display name to this collection.
Public methodAdd(String, String, RecipientType)
Adds a new recipient with the specified address, display name and recipient type to this collection.
Public methodClear (Inherited from CollectionRecipient.)
Protected methodClearItems (Inherited from CollectionRecipient.)
Public methodContains (Inherited from CollectionRecipient.)
Public methodCopyTo (Inherited from CollectionRecipient.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionRecipient.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionRecipient.)
Public methodInsert (Inherited from CollectionRecipient.)
Protected methodInsertItem (Inherited from CollectionRecipient.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from CollectionRecipient.)
Public methodRemoveAt (Inherited from CollectionRecipient.)
Protected methodRemoveItem (Inherited from CollectionRecipient.)
Protected methodSetItem (Inherited from CollectionRecipient.)
Public methodToString (Inherited from Object.)
See Also