ReminderSoundFile
Previous
Next
Gets or sets the file to be used as the reminder sound.
ReminderSound must be set to true before setting this property.
Syntax: ReminderSoundFile As String
Example:
Task.RemiderSound = true
Task.ReminderSoundFile = AppPath & "\tada.wav"