EmailMailboxMoveFolderRequest.NewFolderName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
|