IRecipients (Windows Embedded CE 6.0)
1/6/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 |
---|---|
Adds a person to the recipient list for a meeting request. |
|
Retrieves a person in the recipient list for a meeting request. |
|
Removes a person from the recipient list for a meeting request. |
|
Gets the number of items in this collection. |
|
Gets the IEnumVARIANT enumerator interface. |
|
Gets the main Outlook Mobile IPOutlookApp object. |
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 2.0 and later |
See Also
Reference
Pocket Outlook Object Model Interfaces
IRecipient
IPOlRecipient