ReminderOverrideDefault Property
Gets or sets the
System.Boolean value indicating if the associated
Reminder object has non-default settings. True if the reminder overrides the default reminder behavior for the appointment. You must set the
ReminderOverrideDefault property to validate the
ReminderPlaySound and the
ReminderSoundFile properties.
public System.bool ReminderOverrideDefault {get; set;}
'Declaration
Public Property ReminderOverrideDefault As System.Boolean