ItemResponseShapeType.BodyType Property

Definition

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.

Applies to