_DistListItem.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 _DistListItem
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.