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)
ParameterTypeDescription
parentFolderUriStringAn uri of parent folder.
nameStringA name of folder to be created.

Exceptions

exceptioncondition
AsposeArgumentExceptionparentFolderUri or name is null or empty.

See Also