Modifier and Type | Method and Description |
---|---|
ExchangeFolderInfoCollection |
IExchangeClientBase.listPublicFolders()
Gets collection of public folders from root public folder
|
abstract ExchangeFolderInfoCollection |
ExchangeClientBase.listPublicFolders()
Gets collection of public folders from root public folder
|
ExchangeFolderInfoCollection |
ExchangeClient.listPublicFolders()
Gets collection of public folders from root public folder
|
ExchangeFolderInfoCollection |
IExchangeClientBase.listSubFolders(ExchangeFolderInfo parentFolder)
Gets collection of child public folders from parent
|
ExchangeFolderInfoCollection |
ExchangeClientBase.listSubFolders(ExchangeFolderInfo parentFolder)
Gets collection of child public folders from parent
|
ExchangeFolderInfoCollection |
IExchangeClientBase.listSubFolders(String parentFolderUri)
Gets collection of child folders from parent
|
abstract ExchangeFolderInfoCollection |
ExchangeClientBase.listSubFolders(String parentFolderUri)
Gets collection of child folders from parent
|
ExchangeFolderInfoCollection |
ExchangeClient.listSubFolders(String parentFolderUri)
Gets collection of child folders from parent
|
ExchangeFolderInfoCollection |
IEWSClient.listSubFolders(String parentFolderUri,
ExchangeFolderInfoCollection folderInfoCollection,
int itemsPerPage,
int itemOffset)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|
ExchangeFolderInfoCollection |
IEWSClient.listSubFolders(String parentFolderUri,
int itemsPerPage)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|
ExchangeFolderInfoCollection |
IEWSClient.listSubFolders(String parentFolderUri,
int itemsPerPage,
int itemOffset)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|
Modifier and Type | Method and Description |
---|---|
void |
IExchangeClientBase.backup(ExchangeFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
ExchangeClientBase.backup(ExchangeFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
IExchangeClientBase.backup(ExchangeFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
abstract void |
ExchangeClientBase.backup(ExchangeFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
void |
ExchangeClient.backup(ExchangeFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
void |
IExchangeClientBase.backupInternal(ExchangeFolderInfoCollection folders,
com.aspose.ms.System.IO.Stream stream,
int options)
Backups the content of the specified folders
|
void |
ExchangeClient.backupInternal(ExchangeFolderInfoCollection folders,
com.aspose.ms.System.IO.Stream stream,
int options)
Backups the content of the specified folders
|
void |
IEWSClient.deleteFolders(ExchangeFolderInfoCollection folders)
Deletes the specified folders
|
void |
IEWSClient.deleteFolders(ExchangeFolderInfoCollection folders,
boolean deletePermanently)
Deletes the specified folders
|
ExchangeFolderInfoCollection |
IEWSClient.listSubFolders(String parentFolderUri,
ExchangeFolderInfoCollection folderInfoCollection,
int itemsPerPage,
int itemOffset)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|
void |
IExchangeClientBase.restore(InputStream stream,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
void |
ExchangeClientBase.restore(InputStream stream,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
void |
IExchangeClientBase.restore(PersonalStorage pst,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
abstract void |
ExchangeClientBase.restore(PersonalStorage pst,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
void |
ExchangeClient.restore(PersonalStorage pst,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
void |
IExchangeClientBase.restore(String fileName,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the specified personal storage file.
|
abstract void |
ExchangeClientBase.restore(String fileName,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the specified personal storage file.
|
void |
ExchangeClient.restore(String fileName,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the specified personal storage file.
|
void |
IExchangeClientBase.restoreInternal(com.aspose.ms.System.IO.Stream stream,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
void |
ExchangeClient.restoreInternal(com.aspose.ms.System.IO.Stream stream,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.