_AppointmentItem.MeetingStatus Property
Returns or sets an OlMeetingStatus constant specifying the meeting status of the appointment. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property MeetingStatus As OlMeetingStatus
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As OlMeetingStatus
value = instance.MeetingStatus
instance.MeetingStatus = value
OlMeetingStatus MeetingStatus { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlMeetingStatus
Remarks
Use this property to make a MeetingItem object available for the appointment.