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

Determines if a reminder sound will be played when the appointment alarm is triggered.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ReminderPlaySound As Boolean
C# 
public virtual bool ReminderPlaySound {get; set;}

Remarks

This property value is of type Boolean, indicating is a reminder sound will be played when the alarm is triggered.

Requirements

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

See Also