Modifier and Type | Method and Description |
---|---|
ExchangeFolderInfo |
IEWSClient.createFolder(String name)
Creates new folder in the root folder.
|
ExchangeFolderInfo |
IEWSClient.createFolder(String name,
int folderType)
Creates new folder in the root folder.
|
ExchangeFolderInfo |
ExchangeClient.createFolder(String parentFolderUri,
String name)
Creates the new folder with the specified name in the specified parent folder.
|
ExchangeFolderInfo |
IEWSClient.createFolder(String parentFolderUri,
String name)
Creates the new folder with the specified name in the specified parent folder.
|
ExchangeFolderInfo |
IEWSClient.createFolder(String parentFolderUri,
String name,
ExchangeFolderPermissionCollection permissions)
Creates the new folder
|
ExchangeFolderInfo |
IEWSClient.createFolder(String parentFolderUri,
String name,
ExchangeFolderPermissionCollection permissions,
String folderClass)
Creates the new folder
|
ExchangeFolderInfo |
IEWSClient.createFolder(String parentFolderUri,
String name,
int folderType)
Creates the new folder
|
ExchangeFolderInfo |
IEWSClient.createPublicFolder(String name,
ExchangeFolderPermissionCollection permissions)
Creates the specified public folder in the root public folder
|
ExchangeFolderInfo |
IEWSClient.createPublicFolder(String name,
ExchangeFolderPermissionCollection permissions,
int folderType)
Creates the specified public folder in the root public folder
|
ExchangeFolderInfo |
IEWSClient.createPublicFolder(String parentFolderUri,
String name,
ExchangeFolderPermissionCollection permissions)
Creates the specified public folder in the root public folder
|
ExchangeFolderInfo |
ExchangeClient.getFolderInfo(String folderUri)
Gets the folder information.
|
ExchangeFolderInfo |
IEWSClient.getFolderInfo(String folder)
Gets the folder information
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExchangeClient.folderExists(String parentFolderUri,
String folderName,
ExchangeFolderInfo[] folder)
Checks whether the specified folder exists.
|
boolean |
IEWSClient.folderExists(String parentFolderUri,
String folderName,
ExchangeFolderInfo[] folder)
Checks whether the specified folder exists.
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesFromPublicFolder(ExchangeFolderInfo folder)
Get collection of messages from 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
|