FormRegionCustomActionBody Enumeration

Specifies how the Message or Notes field of an Outlook item is included to the reply 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 FormRegionCustomActionBody
public enum FormRegionCustomActionBody

Members

Member name Description
Attach The reply includes the original item as an attachment.
Include The reply includes the text of the original item. This text appears in the body of the reply.
Indent The reply includes the text of the original item. The text is indented in the body of the reply.
Omit The reply contains no references to the original item or the text of the original item.
Prefix The reply includes the text of the original item. The text appears in the body of the reply. Each line of text is preceded by the prefix that you specify for the SubjectPrefix property of the FormRegionCustomAction.
User The reply includes the text of the original item. The text appears in the body of the reply. The text in the Subject field uses the default prefix. For example, if you set the AddressLike property of the FormRegionCustomAction to Reply, the text in the Subject field is preceded by "RE:".

Remarks

Use the FormRegionCustomActionBody values to specify how you want the Message or Notes field to be appended to the new item (the reply) that appears when the user executes the custom action. The FormRegionCustomActionBody enumeration is used by the Body property of the FormRegionCustomAction interface.

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

See Also

Reference

Microsoft.Office.Tools.Outlook Namespace