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.
A version of this page is also available for
4/8/2010

The IRecipientsinterface provides a collection of recipients for a meeting request (that is, an Appointment with a list of recipients). You can get an instance of this collection by calling the IAppointment::get_Recipientsmethod. You can use IRecipientsmethods to add, retrieve, and remove a recipient from the collection.

Methods in Vtable Order

IRecipients methods Description

IRecipients::Add

Adds a person to the recipient list for a meeting request.

IRecipients::Item

Retrieves a person in the recipient list for a meeting request.

IRecipients::Remove

Removes a person from the recipient list for a meeting request.

IRecipients::get_Count

Gets the number of items in this collection.

IRecipients::get__NewEnum

Gets the IEnumVARIANTenumerator interface.

IRecipients::get_Application

Gets the main Outlook Mobile IPOutlookAppobject.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also