OlMeetingStatus Enumeration
Indicates the status of the meeting.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlMeetingStatus
'Usage
Dim instance As OlMeetingStatus
public enum OlMeetingStatus
Members
Member name | Description | |
---|---|---|
olNonMeeting | An Appointment item without attendees has been scheduled. This status can be used to set up holidays on a calendar. | |
olMeeting | The meeting has been scheduled. | |
olMeetingReceived | The meeting request has been received. | |
olMeetingCanceled | The scheduled meeting has been cancelled. | |
olMeetingReceivedAndCanceled | The scheduled meeting has been cancelled but still appears on the user's calendar. |
Remarks
See MeetingStatus property.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Create a Meeting Request, Add Recipients, and Specify a Location