Factory.CreateFormRegionCustomAction Method
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.
Overloads
CreateFormRegionCustomAction() |
Creates an instance of a class that implements the FormRegionCustomAction interface with a default name. |
CreateFormRegionCustomAction(String) |
Creates an instance of a class that implements the FormRegionCustomAction class by using the specified name. |
CreateFormRegionCustomAction()
Creates an instance of a class that implements the FormRegionCustomAction interface with a default name.
public Microsoft.Office.Tools.Outlook.FormRegionCustomAction CreateFormRegionCustomAction ();
Returns
A FormRegionCustomAction that represents a custom action.
Applies to
CreateFormRegionCustomAction(String)
Creates an instance of a class that implements the FormRegionCustomAction class by using the specified name.
public Microsoft.Office.Tools.Outlook.FormRegionCustomAction CreateFormRegionCustomAction (string name);
Parameters
- name
- String
A string that represents the name of the custom action.
Returns
A FormRegionCustomAction that represents a custom action.
Remarks
This method sets the Name property of the FormRegionCustomAction to name
.