FormRegionCustomAction Class (2007 System)
Represents a custom action that appears in the Custom Actions group on the Ribbon of an Outlook item.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Class FormRegionCustomAction
'Usage
Dim instance As FormRegionCustomAction
public class FormRegionCustomAction
public ref class FormRegionCustomAction
public class FormRegionCustomAction
Remarks
Actions display buttons that enable users to respond to a Microsoft Office Outlook item. You can create a custom action that opens any kind of Outlook item. These actions appear in the Custom Actions group on the Ribbon of an Outlook item.
For more information about custom actions, see Custom Actions in Outlook Form Regions.
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.Outlook.FormRegionCustomAction
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.