ItemType.Body Property

The Body property contains the body content of an item.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Body As BodyType
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As BodyType

value = instance.Body

instance.Body = value
public BodyType Body { get; set; }

Property Value

Type: ExchangeWebServices.BodyType
The Body property returns an instance of the BodyType class that represents the body content of an item.