FormRegionCustomAction.AddressLike Property (2007 System)
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.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property AddressLike As FormRegionCustomActionAddressLike
'Usage
Dim instance As FormRegionCustomAction
Dim value As FormRegionCustomActionAddressLike
value = instance.AddressLike
instance.AddressLike = value
public FormRegionCustomActionAddressLike AddressLike { get; set; }
public:
property FormRegionCustomActionAddressLike AddressLike {
FormRegionCustomActionAddressLike get ();
void set (FormRegionCustomActionAddressLike value);
}
public function get AddressLike () : FormRegionCustomActionAddressLike
public function set AddressLike (value : FormRegionCustomActionAddressLike)
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
- 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.