OlMeetingStatus

Send Feedback

The OlMeetingStatus enumeration identifies the function of an appointment. An appointment that has a recipient list (a list of attendees) functions as a meeting.

Syntax

enum OlMeetingStatus {
  olNonMeeting      = 0,
  olMeeting         = 1,
  olMeetingAccepted = 3,
  olMeetingCanceled = 7,
};

Elements

  • olNonMeeting
    The appointment is not a meeting, it is an appointment. There user is the only attendee.
  • olMeeting
    The appointment is a meeting. There are more attendees (repipients) than just the user.
  • olMeetingAccepted
    The appointment is a meeting. One or more attendees has accepted the meeting request.
  • olMeetingCanceled
    The appointment is a meeting. The meeting owner has canceled the meeting.

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

Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.