API Reference
| Classic JavaDoc |
FoldersCollection.add
public ExchangeFolder add(FolderContentType folderType, String folderName)
Adds a new folder to this collection. The created folder is returned.Parameters:
Returns:
folderType | the type of items the folder will contain. |
folderName | the display name of the new folder. |
the created Exchange folder.
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus