_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
Property BusyStatus As OlBusyStatus
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As OlBusyStatus

value = instance.BusyStatus

instance.BusyStatus = value
OlBusyStatus BusyStatus { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlBusyStatus

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace