Skip to main content

_AppointmentItem.BusyStatus Property

Gets or sets the busy status of this messaging user for this appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

OlBusyStatus BusyStatus { get; set; }

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