FormRegionManifest.CustomActions 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.
Gets a collection that contains all of the custom actions that appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.
public:
property Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ CustomActions { Microsoft::Office::Tools::Outlook::FormRegionCustomActionCollection ^ get(); };
public Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection CustomActions { get; }
member this.CustomActions : Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection
Public ReadOnly Property CustomActions As FormRegionCustomActionCollection
Property Value
A FormRegionCustomActionCollection that contains all of the custom actions that appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.
Remarks
For more information about custom actions, see Custom Actions in Outlook Form Regions.