OlMeetingStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the status of the meeting.
public enum class OlMeetingStatus
public enum OlMeetingStatus
Public Enum OlMeetingStatus
- Inheritance
-
OlMeetingStatus
Fields
Name | Value | Description |
---|---|---|
olNonMeeting | 0 | An Appointment item without attendees has been scheduled. This status can be used to set up holidays on a calendar. |
olMeeting | 1 | The meeting has been scheduled. |
olMeetingReceived | 3 | The meeting request has been received. |
olMeetingCanceled | 5 | The scheduled meeting has been cancelled. |
olMeetingReceivedAndCanceled | 7 | The scheduled meeting has been cancelled but still appears on the user's calendar. |
Remarks
See MeetingStatus property.