_PlaySoundRuleAction.FilePath Property
Returns or sets a String (string in C#) that represents the full file path to a sound file (.wav). Read-write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property FilePath As String
Get
Set
'Usage
Dim instance As _PlaySoundRuleAction
Dim value As String
value = instance.FilePath
instance.FilePath = value
string FilePath { get; set; }
Property Value
Type: System.String
Remarks
Returns an error if the path is invalid.