ItemType.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.
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.