FormRegionCustomAction.Method Property
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.
Gets or sets a value that specifies how to respond when the user executes the custom action.
public:
property Microsoft::Office::Tools::Outlook::FormRegionCustomActionMethod Method { Microsoft::Office::Tools::Outlook::FormRegionCustomActionMethod get(); void set(Microsoft::Office::Tools::Outlook::FormRegionCustomActionMethod value); };
public Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod Method { get; set; }
member this.Method : Microsoft.Office.Tools.Outlook.FormRegionCustomActionMethod with get, set
Public Property Method As FormRegionCustomActionMethod
Property Value
One of the FormRegionCustomActionMethod values that specify how to respond when the user executes the custom action. The default is Open.
Remarks
Use this property to specify whether you want to open a new form, send the form immediately, or prompt the user to open or send the new form.