Share via


SharingItem.ReminderSoundFile Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ReminderSoundFile

expression   A variable that represents a SharingItem object.

Remarks

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

See Also