IRecipients
The IRecipients interface provides a collection of recipients for an appointment that is a meeting request. You can get this collection with the Recipients property of an IAppointment object. Use the methods of this interface to add, retrieve, or remove a recipient in the collection.
Methods in Vtable Order
IRecipients methods | PPC | SP | Description |
---|---|---|---|
Add | X | X | Adds a person to the recipient list for a meeting request. |
Item | X | X | Retrieves a person in the recipient list for a meeting request. |
Remove | X | X | Removes a person from the recipient list for a meeting request. |
get_Count | X | X | Gets the number of items in this collection. |
get__NewEnum | X | X | Gets the IEnumVARIANT enumerator interface. |
get_Application | X | X | Gets the main Outlook Mobile IPOutlookApp object. |
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib
See Also
IRecipient | IRecipients | IPOlRecipient | Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations
Send Feedback on this topic to the authors