Action.ShowOn Property
Definition
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 an OlActionShowOn constant representing the location where the action will be shown. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlActionShowOn ShowOn { Microsoft::Office::Interop::Outlook::OlActionShowOn get(); void set(Microsoft::Office::Interop::Outlook::OlActionShowOn value); };
public Microsoft.Office.Interop.Outlook.OlActionShowOn ShowOn { get; set; }
Public Property ShowOn As OlActionShowOn