Scheduler for WinRT
ReminderSoundFile Property


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
 
<DefaultValueAttribute()>
Public Property ReminderSoundFile As String
'Usage
 
Dim instance As Appointment
Dim value As String
 
instance.ReminderSoundFile = value
 
value = instance.ReminderSoundFile
[DefaultValue()]
public string ReminderSoundFile {get; set;}
Remarks
The default sound is the system Exclamation sound.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.