FormRegionManifest.CustomActions Property
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.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
ReadOnly Property CustomActions As FormRegionCustomActionCollection
FormRegionCustomActionCollection CustomActions { get; }
Property Value
Type: Microsoft.Office.Tools.Outlook.FormRegionCustomActionCollection
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.