ComponentOne Scheduler for WinForms
ReminderSoundFile Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : ReminderSoundFile Property
Gets or sets the System.String value indicating the path and file name of the sound file to play when the reminder occurs for the appointment. This property is only valid if the ReminderOverrideDefault and ReminderPlaySound properties are set to true.
Syntax
'Declaration
 
Public Property ReminderSoundFile As System.String
public System.string ReminderSoundFile {get; set;}
Remarks
The default sound is the system Exclamation sound.
See Also

Reference

Appointment Class
Appointment Members