Skip to main content

_AppointmentItem.ReminderSet Property

Gets or sets whether a reminder has been set for this appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool ReminderSet { get; set; }

Property Value

Type Description
Boolean

true if a reminder is set; otherwise, false.

See Also