FindFolderParentType.Folders Property
The Folders property gets the folders that are found by using the FindFolder operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Folders As BaseFolderType()
Get
Set
'Usage
Dim instance As FindFolderParentType
Dim value As BaseFolderType()
value = instance.Folders
instance.Folders = value
public BaseFolderType[] Folders { get; set; }
Property Value
Type: []
The Folders property returns an array of BaseFolderType objects.
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.
See Also