ExchangeClient.ListSubFolders

ListSubFolders(ExchangeFolderInfo)

Gets collection of child public folders from parent

public ExchangeFolderInfoCollection ListSubFolders(ExchangeFolderInfo parentFolder)
ParameterTypeDescription
parentFolderExchangeFolderInfoThe parent ExchangeFolderInfo

Return Value

ExchangeFolderInfoCollection that contains subfolders from the parent folder

See Also


ListSubFolders(string)

Gets collection of child folders from parent

public ExchangeFolderInfoCollection ListSubFolders(string parentFolderUri)
ParameterTypeDescription
parentFolderUriStringThe uri of the parent folder

Return Value

ExchangeFolderInfoCollection that contains subfolders from the parent folder

Exceptions

exceptioncondition
AsposeArgumentExceptionparentFolderUri is null or empty

See Also