FormRegionCustomActionMethod Enum

Definition

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

Open 0

Opens a new form.

Prompt 2

Prompts the user to open or send the new form.

Send 1

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 interface.

For information about custom actions, see Custom Actions in Outlook Form Regions.

Applies to