OlRecipientType

4/8/2010

The OlRecipientType enumeration identifies the meeting attendee type for a recipient of a meeting request. Values of this type are parameters for IRecipient2::get_Type and IRecipient2::put_Type

Syntax

enum OlRecipientType {
  olRecipientTypeUnknown  = 0,
  olRecipientTypeRequired = 1,
  olRecipientTypeOptional = 2,
  olRecipientTypeResource = 3
};

Elements

  • olRecipientTypeUnknown
    The recipient meeting attendee type is unknown.
  • olRecipientTypeRequired
    The recipient is a Required meeting attendee.
  • olRecipientTypeOptional
    The recipient is an Optional meeting attendee.
  • olRecipientTypeResource
    The recipient is not a meeting attendee, but is a Resource (for example, a conference room).

Remarks

This method is supported for messaging systems synchronizing with Exchange Server 12 and later.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later

See Also

Reference

IRecipient2
IRecipient
IRecipients
IRecipient2::get_Type
IRecipient2::put_Type
IRecipient2::put_Status
IRecipient2::get_Status
OlRecipientStatus