FormRegionCustomAction.AddressLike Property
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.
Gets or sets a value that specifies how to address the form that appears when the user executes the custom action.
public:
property Microsoft::Office::Tools::Outlook::FormRegionCustomActionAddressLike AddressLike { Microsoft::Office::Tools::Outlook::FormRegionCustomActionAddressLike get(); void set(Microsoft::Office::Tools::Outlook::FormRegionCustomActionAddressLike value); };
public Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike AddressLike { get; set; }
member this.AddressLike : Microsoft.Office.Tools.Outlook.FormRegionCustomActionAddressLike with get, set
Public Property AddressLike As FormRegionCustomActionAddressLike
Property Value
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.