_DistListItem.ReminderSoundFile Property

Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.

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

Syntax

'Declaration
Property ReminderSoundFile As String
    Get
    Set
'Usage
Dim instance As _DistListItem
Dim value As String

value = instance.ReminderSoundFile

instance.ReminderSoundFile = value
string ReminderSoundFile { get; set; }

Property Value

Type: System.String

Remarks

This property is only valid if the ReminderOverrideDefault and ReminderPlaySound properties are set to True.

See Also

Reference

_DistListItem Interface

_DistListItem Members

Microsoft.Office.Interop.Outlook Namespace