ItemResponseShapeType.BodyType 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 BodyType property gets or sets the requested body text format for the Body property that is returned in a response.
public:
property ExchangeWebServices::BodyTypeResponseType BodyType { ExchangeWebServices::BodyTypeResponseType get(); void set(ExchangeWebServices::BodyTypeResponseType value); };
public ExchangeWebServices.BodyTypeResponseType BodyType { get; set; }
Public Property BodyType As BodyTypeResponseType
Property Value
The BodyType property is set with a BodyTypeResponseType enumeration. The possible BodyTypeResponseType values are Best, HTML, or Text.
Remarks
You must set the BodyTypeSpecified property to true so that the BodyType property is serialized into the SOAP request.