createFolder (method)

Creates a new folder.

Syntax

- (void)createFolder:(NSString*)folderName :(NSString*)parentFolderId;
public func createFolder(_ folderName: String, _ parentFolderId: String) throws -> Void

Remarks

This method creates a new folder. To create a folder in the root directory set parentFolderId to an empty string.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 iOS Edition - Version 20.0 [Build 8308]