FormRegionManifest.Title Property
Gets or sets the name that appears in the Actions menu and Choose Form dialog box in Outlook for replacement and replace-all form regions.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
Property Title As String
string Title { get; set; }
Property Value
Type: System.String
A string that represents the text that appears in the Actions menu and Choose Form dialog box in Outlook for replacement and replace-all form regions.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Locked is true. |
ArgumentException | The value is greater than 256 characters in length. |
Remarks
If you do not set the Title property, then the value of the FormRegionName property appears in the Actions menu and the Choose Form dialog box in Outlook.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.