PropertySet.RequestedBodyType 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.
Gets or sets type of body that should be loaded on items.
public:
property Nullable<Microsoft::Exchange::WebServices::Data::BodyType> RequestedBodyType { Nullable<Microsoft::Exchange::WebServices::Data::BodyType> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::BodyType> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.BodyType> RequestedBodyType { get; set; }
Public Property RequestedBodyType As Nullable(Of BodyType)
Property Value
One of the BodyType enumeration values. This property can be a null reference (Nothing in Visual Basic).
Remarks
If the RequestedBodyType property is a null reference (Nothing in Visual Basic), the item's body is returned as HTML if available; otherwise, the body is returned as plain text.