OlRecipientStatus

4/8/2010

The OlRecipientStatus enumeration identifies the meeting attendee type for a recipient of a meeting request. Values of this type are parameters for IRecipient2::get_Status and IRecipient2::put_Status

Syntax

enum OlRecipientStatus {
  olRecipientStatusUnknown    = 0,
  olRecipientStatusAccepted   = 1,
  olRecipientStatusDeclined   = 2,
  olRecipientStatusTentative  = 3,
  olRecipientStatusNoResponse = 4
};

Elements

  • olRecipientStatusUnknown
    The recipient attendee status is unknown. It is not known whether this recipient will attend the meeting.
  • olRecipientStatusAccepted
    The recipient has accepted the meeting invitation, and will be attending the meeting.
  • olRecipientStatusDeclined
    The recipient has declined to accept the meeting invitation, and will not be attending the meeting.
  • olRecipientStatusTentative
    The recipient has tentatively accepted the meeting invitation, and might be attending the meeting.
  • olRecipientStatusNoResponse
    The recipient has not responded to the meeting invitation. It is not known whether this recipient will attend the meeting.

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
OlRecipientType