Returns or sets the overall status of the meeting for the current user for the appointment. Can be one of the following OlResponseStatus constants: olResponseAccepted(3), olResponseDeclined(4), olResponseNone(0), olResponseNotResponded(5), olResponseOrganized(1), or olResponseTentative(2).
Read/write Long.
Syntax
objAppointmentItem.ResponseStatus
objAppointmentItem Required. An expression that returns an AppointmentItem object.