Click or drag to resize

RecipientCollection Methods

The RecipientCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd(Recipient) Adds the specified recipient to this collection.
Public methodAdd(String) Adds a new recipient with the specified address to this collection.
Public methodAdd(String, MapiMailMessageRecipientType) 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, MapiMailMessageRecipientType) Adds a new recipient with the specified address, display name and recipient type to this collection.
Public methodClearRemoves all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnClearPerforms additional custom processes when clearing the contents of the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnClearCompletePerforms additional custom processes after clearing the contents of the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnInsertPerforms additional custom processes before inserting a new element into the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnInsertCompletePerforms additional custom processes after inserting a new element into the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnRemovePerforms additional custom processes when removing an element from the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnRemoveCompletePerforms additional custom processes after removing an element from the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnSetPerforms additional custom processes before setting a value in the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnSetCompletePerforms additional custom processes after setting a value in the CollectionBase instance.
(Inherited from CollectionBase)
Protected methodOnValidatePerforms additional custom processes when validating a value.
(Inherited from CollectionBase)
Public methodRemoveAtRemoves the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also