MeetingStatus Property

See Also         Example         Applies To

Returns or sets the meeting status of the appointment. Use this property to make a MeetingItem object available for the appointment. Can be one of the following OlMeetingStatus constants: olMeeting(1), olMeetingCanceled(5), olMeetingReceived(3), or olNonMeeting(0).

Read/write Long.

Syntax

objAppointmentItem.MeetingStatus

objAppointmentItem   Required. An expression that returns an AppointmentItem object.