OlMeetingStatus (Windows Embedded CE 6.0)
1/6/2010
The OlMeetingStatus enumeration identifies the function of an Appointment item. An Appointment item that has a Recipient List (a list of attendees) functions as a Meeting Request, and Meeting Requests can be Accepted and Cancelled.
Syntax
enum OlMeetingStatus {
olNonMeeting = 0,
olMeeting = 1,
olMeetingAccepted = 3,
olMeetingCanceled = 7
};
Elements
- olNonMeeting
The Appointment item is not a Meeting, it is an regular appointment. The user is the only attendee.
- olMeeting
The Appointment item is actually a Meeting, and has a list of scheduled attendees.
- olMeetingAccepted
The meeting request has been received and accepted by at least one of the recipients.
- olMeetingCanceled
The meeting owner has canceled the meeting.
Remarks
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 3.0 and later |
External Resources
For information on how Microsoft Exchange and Outlook handle meeting status, see the Microsoft Support article The "MeetingStatus" Value of Canceled Appointments.
See Also
Reference
IAppointment
IAppointment::get_MeetingStatus
OlBusyStatus