Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DispIdAttribute()> _
Property MeetingStatus As OlMeetingStatus
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As OlMeetingStatus
value = instance.MeetingStatus
instance.MeetingStatus = value
[DispIdAttribute()]
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.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Create a Meeting Request, Add Recipients, and Specify a Location
How to: Use the Select Names Dialog Box to Obtain and Assign Recipients to an Appointment