FormRegionCustomAction Constructor (String)

Initializes a new instance of the FormRegionCustomAction class by using the specified name.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New FormRegionCustomAction(name)
public FormRegionCustomAction(
    string name
)

Parameters

  • name
    Type: System.String
    A string that represents the name of the custom action.

Remarks

This constructor sets the Name property of the FormRegionCustomAction to name.

.NET Framework Security

See Also

Reference

FormRegionCustomAction Class

FormRegionCustomAction Members

FormRegionCustomAction Overload

Microsoft.Office.Tools.Outlook Namespace