ExchangeClient.CreateFolder
ExchangeClient.CreateFolder method
Creates the new folder with the specified name in the specified parent folder.
public void CreateFolder(string parentFolderUri, string name)
Parameter | Type | Description |
---|---|---|
parentFolderUri | String | An uri of parent folder. |
name | String | A name of folder to be created. |
Exceptions
exception | condition |
---|---|
AsposeArgumentException | parentFolderUri or name is null or empty . |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email