FormRegionCustomActionMethod Enumeration

 

Specifies how to respond when the user executes the custom action.

Namespace:   Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

public enum class FormRegionCustomActionMethod

Member nameDescription
Open

Opens a new form. 

Prompt

Prompts the user to open or send the new form. 

Send

Sends the form immediately. 

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.

Return to top
Show: