Message ReminderPlaySound Property | MSG .NET Class Library |
Contains true if the reminder should play a sound when it occurs for this appointment or task.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public bool ReminderPlaySound { get; set; }
public bool ReminderPlaySound { get; set; }
Public Property ReminderPlaySound As Boolean Get Set
Public Property ReminderPlaySound As Boolean Get Set
Dim instance As Message Dim value As Boolean value = instance.ReminderPlaySound instance.ReminderPlaySound = value
Dim instance As Message Dim value As Boolean value = instance.ReminderPlaySound instance.ReminderPlaySound = value
/** @property */ public boolean get_ReminderPlaySound() /** @property */ public void set_ReminderPlaySound(boolean value)
/** @property */ public boolean get_ReminderPlaySound() /** @property */ public void set_ReminderPlaySound(boolean value)
function get ReminderPlaySound () : boolean function set ReminderPlaySound (value : boolean)
function get ReminderPlaySound () : boolean function set ReminderPlaySound (value : boolean)
function get_ReminderPlaySound(); function set_ReminderPlaySound(value);
function get_ReminderPlaySound(); function set_ReminderPlaySound(value);
Property Value
Type:
true if [reminder play sound]; otherwise, false.
See Also