_DistListItem.ReminderPlaySound Property
Returns or sets a Boolean (bool in C#) value 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
<DispIdAttribute()> _
Property ReminderPlaySound As Boolean
Get
Set
'Usage
Dim instance As _DistListItem
Dim value As Boolean
value = instance.ReminderPlaySound
instance.ReminderPlaySound = value
[DispIdAttribute()]
bool ReminderPlaySound { get; set; }
Property Value
Type: System.Boolean
Remarks
The ReminderPlaySound property must be set in order to validate the ReminderSoundFile property.