FormRegionCustomAction.Title Property
Gets or sets the name that is used to identify the custom action in the Custom Actions group of the Ribbon.
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 name that is used to identify the custom action in the Custom Actions group of the Ribbon.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The value is greater than 256 characters in length. |
Remarks
If you set the AddressLike property to Response, the title appears as an option when you click the Vote button in the Respond group of the Ribbon.
.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.