Share via


EmailMailboxMoveFolderRequest.NewParentFolderId Property

Definition

Gets the parent folder ID of the new parent folder.

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

Property Value

String

Platform::String

winrt::hstring

A folder ID. 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