GetFolderType.FolderShape Property
The FolderShape property gets or sets the properties to be returned in the response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderShape As FolderResponseShapeType
Get
Set
'Usage
Dim instance As GetFolderType
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.
See Also