IRecipientTable (Compact 7)

3/12/2014

The IRecipientTable interface represents the recipient table in the POOM Item Store.

You can use this interface to find Appointment items associated with recipient names and e-mail address. Each entry in The Recipient Table represents one Meeting Attendee or Meeting Organizer.

Methods in Vtable Order

IRecipientTable methods Description

IRecipientTable::get_Count

Gets the count of entries in the recipient table.

IRecipientTable::Restrict

Gets a recipient table with the given restriction.

IRecipientTable::Sort

Sort the recipient table by the given properties.

IRecipientTable::GetEntry

Gets the recipient table entry at the given index.

Remarks

Applies to Windows Embedded Compact 7.

With a table entry, you can get information about the recipient, and you can get the POOM Item that corresponds to the meeting.

Instances of Recurring Meetings with a different set of attendees than the series, will also have entries for all attendees in the recipient table. Retrieving the item from a Recipient Table entry returns the POOM Item object representing the exception instance of the recurring appointment. Instances of recurring meetings whose attendees are the same as the series will not have their attendees listed in the Recipient Table.

Requirements

Header

pimstore.h

Library

Pimstore.lib

See Also

Reference

Pocket Outlook Object Model Interfaces