dbicCalendar Send comments on this topic.
ReminderSoundFile Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentItem Class : ReminderSoundFile Property

Gets or sets the reminder sound to be played when the appointment alarm is triggered.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ReminderSoundFile As String
C# 
public virtual string ReminderSoundFile {get; set;}

Property Value

A String value, indicating the sound file used when the appointment alarm is triggered.

Remarks

This sound will only be played when the ReminderPlaySound property is set to true.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also