Modifier and Type | Method and Description |
---|---|
ExchangeFolderInfoCollection |
SyncFolderResult.getChangedFolders()
Collection of changed subfolders in the specified folder.
|
ExchangeFolderInfoCollection |
RestoreSettings.getFolders()
A folders to be restored.
|
ExchangeFolderInfoCollection |
ExchangeFolderPageInfo.getItems()
Gets collection of ExchangeMessageInfo objects
|
ExchangeFolderInfoCollection |
SyncFolderResult.getNewFolders()
Collection of new subfolders in the specified folder.
|
ExchangeFolderInfoCollection |
ExchangeClient.listPublicFolders()
Gets collection of public folders from root public folder
|
ExchangeFolderInfoCollection |
IEWSClient.listPublicFolders()
Gets collection of public folders from root public folder
|
ExchangeFolderInfoCollection |
ExchangeClient.listSubFolders(ExchangeFolderInfo parentFolder)
Gets collection of child public folders from parent
|
ExchangeFolderInfoCollection |
IEWSClient.listSubFolders(ExchangeFolderInfo parentFolder)
Gets collection of child public folders from parent
|
ExchangeFolderInfoCollection |
ExchangeClient.listSubFolders(String parentFolderUri)
Gets collection of child folders from parent
|
ExchangeFolderInfoCollection |
IEWSClient.listSubFolders(String parentFolderUri)
Gets collection of child folders from parent
|
ExchangeFolderInfoCollection |
IEWSClient.listSubFolders(String mailbox,
String parentFolderUri)
Gets collection of child folders from parent
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeClient.backup(ExchangeFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
IEWSClient.backup(ExchangeFolderInfoCollection folders,
OutputStream stream,
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 |
IEWSClient.backup(ExchangeFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
void |
ExchangeClient.backupInternal(ExchangeFolderInfoCollection folders,
com.aspose.ms.System.IO.Stream stream,
int options) |
void |
IEWSClient.deleteFolders(ExchangeFolderInfoCollection folders)
Deletes the specified folders
|
void |
IEWSClient.deleteFolders(ExchangeFolderInfoCollection folders,
boolean deletePermanently)
Deletes the specified folders
|
void |
ExchangeClient.restore(InputStream stream,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
void |
IEWSClient.restore(InputStream stream,
ExchangeFolderInfoCollection folders,
int options)
Deprecated.
Please, use Restore(PersonalStorage pst, RestoreSettings settings) method instead of it.
|
void |
ExchangeClient.restore(PersonalStorage pst,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the given personal storage.
|
void |
IEWSClient.restore(PersonalStorage pst,
ExchangeFolderInfoCollection folders,
int options)
Deprecated.
Please, use Restore(PersonalStorage pst, RestoreSettings settings) method instead of it.
|
void |
ExchangeClient.restore(String fileName,
ExchangeFolderInfoCollection folders,
int options)
Restores the specified exchange folders from the specified personal storage file.
|
void |
IEWSClient.restore(String fileName,
ExchangeFolderInfoCollection folders,
int options)
Deprecated.
Please, use Restore(PersonalStorage pst, RestoreSettings settings) method instead of it.
|
void |
ExchangeClient.restoreInternal(com.aspose.ms.System.IO.Stream stream,
ExchangeFolderInfoCollection folders,
int options) |
void |
RestoreSettings.setFolders(ExchangeFolderInfoCollection value)
A folders to be restored.
|