RenameMailbox Method

Change the name of Mailbox to NewName .

Syntax

public void RenameMailbox(string newName);
Public Sub RenameMailbox(ByVal NewName As String)

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.

.NET Standard Notes

To call this method in an asynchronous manner call RenameMailboxAsync instead. When the method completes (or an error is encountered) the RenameMailboxCompleted event will fire.

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