Action.ShowOn Property
Returns or sets an OlActionShowOn constant representing the location where the action will be shown. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ShowOn As OlActionShowOn
Get
Set
'Usage
Dim instance As Action
Dim value As OlActionShowOn
value = instance.ShowOn
instance.ShowOn = value
[DispIdAttribute()]
OlActionShowOn ShowOn { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlActionShowOn