[VB.NET]
Public Function RenameMailboxAsync(ByVal NewName As String)AsTask
[C#]
public Task RenameMailboxAsync(string newName);
Remarks
This method is the asynchronous version of the RenameMailbox method and is used to support asynchronous operations in WinRT. Please refer to RenameMailbox for more information.