_AppointmentItem.BusyStatus Property
Gets or sets the busy status of this messaging user for this appointment.
Namespace: DevExpress.XtraScheduler.Outlook.Interop
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.Outlook.Interop.OlBusyStatus | An DevExpress.XtraScheduler.Outlook.Interop.OlBusyStatus enumeration member. |
Remarks
The busy status maps to the AppointmentStatusType, except that it cannot be equal to AppointmentStatusType.Custom.
See Also