FindItemType.ItemShape 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 ItemShape property gets or sets the shape of the query set. This property is required. This is a read/write property.
public:
property ExchangeWebServices::ItemResponseShapeType ^ ItemShape { ExchangeWebServices::ItemResponseShapeType ^ get(); void set(ExchangeWebServices::ItemResponseShapeType ^ value); };
public ExchangeWebServices.ItemResponseShapeType ItemShape { get; set; }
Public Property ItemShape As ItemResponseShapeType
Property Value
The ItemShape property returns an ItemResponseShapeType object that contains the description of which properties are requested to be returned in the result set.
Remarks
The ItemShape property must be set for FindItem operations. This property describes which properties are returned by the FindItem operation. This property is required.