FolderResponseShapeType.BaseShape Property
The BaseShape property gets or sets the basic configuration of 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 FolderResponseShapeType
Dim value As DefaultShapeNamesType
value = instance.BaseShape
instance.BaseShape = value
public DefaultShapeNamesType BaseShape { get; set; }
Property Value
Type: ExchangeWebServices.DefaultShapeNamesType
The BaseShape property returns a DefaultShapeNamesType enumeration.
See Also