_AppointmentItem.BusyStatus Property
Returns or sets an OlBusyStatus constant indicating the busy status of the user for the appointment. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property BusyStatus As OlBusyStatus
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As OlBusyStatus
value = instance.BusyStatus
instance.BusyStatus = value
[DispIdAttribute()]
OlBusyStatus BusyStatus { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlBusyStatus