FindItemType.ItemShape Property
The ItemShape property gets or sets the shape of the query set. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemShape As ItemResponseShapeType
Get
Set
'Usage
Dim instance As FindItemType
Dim value As ItemResponseShapeType
value = instance.ItemShape
instance.ItemShape = value
public ItemResponseShapeType ItemShape { get; set; }
Property Value
Type: ExchangeWebServices.ItemResponseShapeType
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.
See Also