Skip to main content
A newer version of this page is available. .

_AppointmentItem.ReminderMinutesBeforeStart Property

Gets or sets the number of minutes the reminder should occur prior to the start of the appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

int ReminderMinutesBeforeStart { get; set; }

Property Value

Type Description
Int32

An integer containing the number of minutes.

See Also