FormRegionCustomActionBody Enum

Definition

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.

public enum class FormRegionCustomActionBody
public enum FormRegionCustomActionBody
type FormRegionCustomActionBody = 
Public Enum FormRegionCustomActionBody
Inheritance
FormRegionCustomActionBody

Fields

Attach 1

The reply includes the original item as an attachment.

Include 2

The reply includes the text of the original item. This text appears in the body of the reply.

Indent 3

The reply includes the text of the original item. The text is indented in the body of the reply.

Omit 0

The reply contains no references to the original item or the text of the original item.

Prefix 1000

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 5

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.

Applies to