共用方式為


FormRegionCustomAction.Method Property

Definition

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.

Applies to