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)

Syntax

'Declaration
Public Enumeration 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 interface.

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

See Also

Reference

Microsoft.Office.Tools.Outlook Namespace