IEWSClient.ListSubFolders

ListSubFolders(string, string)

Gets collection of child folders from parent

public ExchangeFolderInfoCollection ListSubFolders(string mailbox, string parentFolderUri)
ParameterTypeDescription
mailboxStringThe mailbox that is used to initialize the folder id class.
parentFolderUriStringA parent folder

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

See Also


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