GetItemType.ItemShape Property
The ItemShape property gets or sets the response shape of the GetItem response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemShape As ItemResponseShapeType
Get
Set
'Usage
Dim instance As GetItemType
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 describes the properties that are returned in a GetItem response.
See Also