FormRegionCustomActionBody Enumeration (2007 System)
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.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Enumeration FormRegionCustomActionBody
'Usage
Dim instance As FormRegionCustomActionBody
public enum FormRegionCustomActionBody
public enum class FormRegionCustomActionBody
public enum FormRegionCustomActionBody
Members
Member name | Description | |
---|---|---|
Omit | The reply contains no references to the original item or the text of the original item. | |
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. | |
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 class.
For information about custom actions, see Custom Actions in Outlook Form Regions.