Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

The collection of Recipients for Meeting requests and MAPI messages.

The following tables list the members exposed by the RecipientCollectiontype.

Public Properties

  Name Description
Count Gets the number of Recipient items in the collection
Item Gets the Recipient from the Recipient collection, with the specified index.
Top

Public Methods(see also Protected Methods)

  Name Description
Add Adds the specified Recipient to the collection.
Dispose Disposes a RecipientCollection.
Equals  Overloaded. (inherited from Object)
GetEnumerator Gets an enumerator for iterating through the Recipient collection.
GetHashCode  (inherited from Object)
GetType  (inherited from Object)
ReferenceEquals  (inherited from Object)
Remove Removes the Recipient from the collection, with the specified index.
ToString  (inherited from Object)
Top

Protected Methods

  Name Description
Finalize Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources, and performs other cleanup operations before garbage collection is performed.
MemberwiseClone  (inherited from Object)
Top

Explicit Interface Implementations

See Also