FormRegionCustomAction.Body Property (2007 System)
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.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property Body As FormRegionCustomActionBody
'Usage
Dim instance As FormRegionCustomAction
Dim value As FormRegionCustomActionBody
value = instance.Body
instance.Body = value
public FormRegionCustomActionBody Body { get; set; }
public:
property FormRegionCustomActionBody Body {
FormRegionCustomActionBody get ();
void set (FormRegionCustomActionBody value);
}
public function get Body () : FormRegionCustomActionBody
public function set Body (value : FormRegionCustomActionBody)
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.