FormRegionCustomActionMethod Enumeration (2007 System)
Specifies how to respond when the user executes the custom action.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Enumeration FormRegionCustomActionMethod
'Usage
Dim instance As FormRegionCustomActionMethod
public enum FormRegionCustomActionMethod
public enum class FormRegionCustomActionMethod
public enum FormRegionCustomActionMethod
Members
Member name | Description | |
---|---|---|
Open | Opens a new form. | |
Prompt | Prompts the user to open or send the new form. | |
Send | Sends the form immediately. |
Remarks
Use the FormRegionCustomActionMethod values to specify how to respond when the user executes the custom action. The FormRegionCustomActionMethod enumeration is used by the Method property of the FormRegionCustomAction class.
For information about custom actions, see Custom Actions in Outlook Form Regions.