Modifier and Type | Method and Description |
---|---|
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.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
|