FormRegionCustomActionMethod Enum
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.
Specifies how to respond when the user executes the custom action.
public enum class FormRegionCustomActionMethod
public enum FormRegionCustomActionMethod
type FormRegionCustomActionMethod =
Public Enum FormRegionCustomActionMethod
- Inheritance
-
FormRegionCustomActionMethod
Fields
Name | Value | Description |
---|---|---|
Open | 0 | Opens a new form. |
Send | 1 | Sends the form immediately. |
Prompt | 2 | Prompts the user to open or send the new form. |
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 interface.
For information about custom actions, see Custom Actions in Outlook Form Regions.