SyncFolderItemsType.ItemShape Property
The ItemShape property gets or sets the shape that describes which properties are returned in the response. 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 SyncFolderItemsType
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 array.
Remarks
The potential properties that are returned for each item vary based on the item type.
See Also