_MailItem.ReminderSoundFile Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::String ^ ReminderSoundFile { System::String ^ get(); void set(System::String ^ value); };
C#
public string ReminderSoundFile { get; set; }
Public Property ReminderSoundFile As String
This property is only valid if the ReminderOverrideDefault and ReminderPlaySound properties are set to True.
Product | Versions |
---|---|
Outlook primary interop assembly | Latest |