_SharingItem.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 the specified SharingItem. 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 _SharingItem
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.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace