Message ReminderSoundFile Property | MSG .NET Class Library |
Contains the path and file name of the sound file to play when the reminder occurs for the appointment, mail message, or task.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string ReminderSoundFile { get; set; }
public string ReminderSoundFile { get; set; }
Public Property ReminderSoundFile As String Get Set
Public Property ReminderSoundFile As String Get Set
Dim instance As Message Dim value As String value = instance.ReminderSoundFile instance.ReminderSoundFile = value
Dim instance As Message Dim value As String value = instance.ReminderSoundFile instance.ReminderSoundFile = value
/** @property */ public String get_ReminderSoundFile() /** @property */ public void set_ReminderSoundFile(String value)
/** @property */ public String get_ReminderSoundFile() /** @property */ public void set_ReminderSoundFile(String value)
function get ReminderSoundFile () : String function set ReminderSoundFile (value : String)
function get ReminderSoundFile () : String function set ReminderSoundFile (value : String)
function get_ReminderSoundFile(); function set_ReminderSoundFile(value);
function get_ReminderSoundFile(); function set_ReminderSoundFile(value);
Property Value
Type:
The reminder sound file.
See Also