PropertySet.RequestedUniqueBodyType Property

Definition

Gets or sets type of body that should be loaded for the UniqueBody property on items.

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::BodyType> RequestedUniqueBodyType { Nullable<Microsoft::Exchange::WebServices::Data::BodyType> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::BodyType> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.BodyType> RequestedUniqueBodyType { get; set; }
Public Property RequestedUniqueBodyType As Nullable(Of BodyType)

Property Value

Remarks

If null, the UniqueBody property will have the same type as the Body property.

Applies to