IRecipients

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The IRecipients interface 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_Recipients method. You can use IRecipients methods 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 IEnumVARIANT enumerator interface.

IRecipients::get_Application

Gets the main Outlook Mobile IPOutlookApp object.

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

Reference

IRecipient
IPOlRecipient
Pocket Outlook Object Model Interfaces

Other Resources

Pocket Outlook Object Model Enumerations