EmailMailboxMoveFolderRequest.NewFolderName Property

Definition

Gets the new folder name of the file to be moved.

public:
 property Platform::String ^ NewFolderName { Platform::String ^ get(); };
winrt::hstring NewFolderName();
public string NewFolderName { get; }
var string = emailMailboxMoveFolderRequest.newFolderName;
Public ReadOnly Property NewFolderName As String

Property Value

String

Platform::String

winrt::hstring

The new folder name. Note that you rename a folder by requesting a move to the current parent folder, but with a new name.

Windows requirements

App capabilities
email emailSystem

Applies to