_AppointmentItem.ReminderPlaySound Property

Returns or sets a Boolean value (bool in C#) that is True if the reminder should play a sound when it occurs for this item. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property ReminderPlaySound As Boolean
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean

value = instance.ReminderPlaySound

instance.ReminderPlaySound = value
bool ReminderPlaySound { get; set; }

Property Value

Type: System.Boolean

Remarks

The ReminderPlaySound property must be set in order to validate the ReminderSoundFile property.

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace