FormRegionCustomAction.AddressLike Property

Gets or sets a value that specifies how to address the form that appears when the user executes the custom action.

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

Syntax

'Declaration
Property AddressLike As FormRegionCustomActionAddressLike
FormRegionCustomActionAddressLike AddressLike { get; set; }

Property Value

Type: Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike
One of the FormRegionCustomActionAddressLike values that specify how to address the target form that appears when the user executes the custom action. The default is Reply.

Remarks

The target form can forward the original message and its attachments, reply to the original sender, reply to all recipients of the original message, or reply by posting to the messages folder.

Set the AddressLike property to Response if you want the button that opens the target form to appear when the user clicks the Vote button in the Respond group of the Ribbon.

.NET Framework Security

See Also

Reference

FormRegionCustomAction Interface

Microsoft.Office.Tools.Outlook Namespace