ItemResponseShapeType.BaseShape Property
The BaseShape property gets or sets the requested base properties to return in a response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BaseShape As DefaultShapeNamesType
Get
Set
'Usage
Dim instance As ItemResponseShapeType
Dim value As DefaultShapeNamesType
value = instance.BaseShape
instance.BaseShape = value
public DefaultShapeNamesType BaseShape { get; set; }
Property Value
Type: ExchangeWebServices.DefaultShapeNamesType
The BaseShape property is set with a DefaultShapeNamesType enumeration. The possible DefaultShapeNamesType values are IdOnly, Default, or AllProperties.
Remarks
Exchange Web Services uses a concept of shapes to describe the different default property collections that are returned for operations. Different shapes return different properties, based on the operation and the item types that are to be returned in the response.
See Also