FindFolderType.FolderShape Property
The FolderShape 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 FolderShape As FolderResponseShapeType
Get
Set
'Usage
Dim instance As FindFolderType
Dim value As FolderResponseShapeType
value = instance.FolderShape
instance.FolderShape = value
public FolderResponseShapeType FolderShape { get; set; }
Property Value
Type: ExchangeWebServices.FolderResponseShapeType
The FolderShape property returns a FolderResponseShapeType object that contains the description of the properties that are requested to be returned in the result set.
Remarks
The FolderShape property describes which properties are returned by the FindFolder response.
See Also