ReminderSoundFile
Previous  Next

Gets or sets the path to the audio file.
This property is only available if the ReminderSound property is set to true.
Syntax: ReminderSoundFile As String

Example:
Appointment.RemiderSound = true
Appointment.ReminderSoundFile = AppPath & "\tada.wav"