ReminderSoundFile Property (Appointment)
In This Topic
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 String
public string ReminderSoundFile {get; set;}
See Also