FormRegionCustomActionAddressLike Enumeration

Specifies how to address the target item 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
Public Enumeration FormRegionCustomActionAddressLike
public enum FormRegionCustomActionAddressLike

Members

Member name Description
Forward Makes the new item a forward of the original item. If you create a new mail message, this option clears the To and CC fields of the new message. The text that appears in the Subject field of the new message contains the text that appeared in the original Subject field. The attachments on the original item are copied to the new item.
Reply Makes the new item a reply to the original item. If you create a new mail message, this option copies the address that appears in the From field of the message into the To field of the new message. The text that appears in the Subject field of the new message contains the text that appeared in the original Subject field.
ReplyAll Makes the new item a reply to all of the senders and recipients of the original item. If you create a new mail item, this option copies the addresses that appear in the From and To fields of the message into the To field of the target form. This option also copies the addresses that appear in the CC field of the message into the CC field of the target form. The text that appears in the Subject field of the new message contains the text that appeared in the original Subject field.
ReplyToFolder If you create a new Post item, this option posts the item to the active folder. This item also copies the text that appears in the Subject field into the Conversation field of the new item. It then clears the Subject field of the new item.
Response Causes the custom action button to appear when you click the Vote button in the Respond group of the Ribbon.

Remarks

Use the FormRegionCustomActionAddressLike value to specify how you would like to address the target item that appears when the user executes the custom action.

For information about custom actions, see Custom Actions in Outlook Form Regions.

FormRegionCustomActionAddressLike enumeration is used by the AddressLike property of the FormRegionCustomAction interface.

See Also

Reference

Microsoft.Office.Tools.Outlook Namespace