PropertySet.RequestedNormalizedBodyType 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 for the NormalizedBody property on items.
public:
property Nullable<Microsoft::Exchange::WebServices::Data::BodyType> RequestedNormalizedBodyType { Nullable<Microsoft::Exchange::WebServices::Data::BodyType> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::BodyType> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.BodyType> RequestedNormalizedBodyType { get; set; }
Public Property RequestedNormalizedBodyType As Nullable(Of BodyType)
Property Value
Remarks
If null, the NormalizedBody property will have the same type as the Body property.