renameMailbox (method)

Change the name of Mailbox to NewName .

Syntax

- (void)renameMailbox:(NSString*)newName;
public func renameMailbox(_ newName: String) throws -> Void

Remarks

This method allows the renaming of a mailbox. The mailbox is specified by the Mailbox property, and the new name is specified by the NewName parameter.

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