FormRegionCustomAction.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Tools::Outlook::FormRegionCustomActionBody Body { Microsoft::Office::Tools::Outlook::FormRegionCustomActionBody get(); void set(Microsoft::Office::Tools::Outlook::FormRegionCustomActionBody value); };
public Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody Body { get; set; }
member this.Body : Microsoft.Office.Tools.Outlook.FormRegionCustomActionBody with get, set
Public Property Body As FormRegionCustomActionBody
Property Value
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.