OlRecipientType (Compact 7)

3/12/2014

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
  olRecipientTypeOrganizer = 4
};

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).
  • olRecipientTypeOrganizer
    The recipient is the person who called the meeting (and sent the meeting invitation). Applies to Windows Embedded Compact 7.

Remarks

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

Requirements

Header

pimstore.h

Library

Pimstore.lib

See Also

Reference

Pocket Outlook Object Model Enumerations
IRecipient2
IRecipient
IRecipients
IRecipient2::get_Type
IRecipient2::put_Type
IRecipient2::put_Status
IRecipient2::get_Status
OlRecipientStatus