Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The OlBusyStatusenumeration identifies a recipient's availability for a meeting. Values of this enumeration are used with IAppointment::get_BusyStatusand IAppointment::put_BusyStatus.
Syntax
enum OlBusyStatus { olFree = 0, olTentative = 1, olBusy = 2, olOutOfOffice = 3 }; |
Elements
- olFree
-
The recipient's time-slot is free for scheduling. There will not be a scheduling conflict if the recipient accepts a meeting request that occurs during this time-slot.
- olTentative
-
The recipient's time-slot is tentative for scheduling. There might not be a scheduling conflict if the recipient accepts a meeting request that occurs during this time-slot. The recipient has tentatively accepted another meeting request which occurs during the same time-slot.
- olBusy
-
The recipient's time-slot is not free for scheduling. There will be a scheduling conflict if the recipient accepts a meeting request that occurs during this time-slot. The recipient has already accepted another meeting request which occurs during the same time-slot.
- olOutOfOffice
-
The recipient's time-slot is not free for scheduling. There will be a scheduling conflict if the recipient accepts a meeting request that occurs during this time-slot. The recipient is out of the office during this time-slot, and is therefore unavailable to attend meetings.
Remarks
In POOM, you do not set the MeetingStatusproperty to indicate a meeting. The MeetingStatusproperty is read-only, and can take only the OlMeetingStatusenumeration values olNonMeetingand olMeeting. Outlook Mobile automatically sets MeetingStatus for any appointment with recipients, to the value olMeeting.
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |
See Also
Reference
IAppointment::put_BusyStatusIAppointment::get_BusyStatus