Action.Prefix Property
Returns or sets a String (string in C#) specifying the prefix (for example, "Re") to use with the subject of the item when the action is executed. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property Prefix As String
Get
Set
'Usage
Dim instance As Action
Dim value As String
value = instance.Prefix
instance.Prefix = value
string Prefix { get; set; }
Property Value
Type: System.String
Remarks
Outlook automatically adds a colon (:) to the value of the Prefix property when setting the subject of the item.