ItemType.Body Property

Definition

The Body property contains the body content of an item.

public:
 property ExchangeWebServices::BodyType ^ Body { ExchangeWebServices::BodyType ^ get(); void set(ExchangeWebServices::BodyType ^ value); };
public ExchangeWebServices.BodyType Body { get; set; }
Public Property Body As BodyType

Property Value

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

Applies to