FormRegionCustomAction.Body Property
Gets or sets a value that specifies how the Message or Notes field of an Outlook item is included in 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
Property Body As FormRegionCustomActionBody
FormRegionCustomActionBody Body { get; set; }
Property Value
Type: Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody
One of the FormRegionCustomActionBody values that specify how the Message or Notes field of an Outlook item is appended to the form that appears when the user executes the custom action. The default is User.
Remarks
The form can include the original item as an attachment, or include the original item as text that appears in the body of the item. You can also omit any references to the original item. For more information, see the FormRegionCustomActionBody enumeration.
.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.