BusyStatus Property

See Also                  Applies To

Returns or sets the busy status of the user for the appointment. Can be one of the following OlBusyStatus constants: olBusy(2), olFree(0), olOutOfOffice(3), or olTentative(1).

Read/write Long.

Syntax

objAppointmentItem.BusyStatus

objAppointmentItem   Required. An expression that returns an AppointmentItem object.