EmailMailboxMoveFolderRequest.NewParentFolderId 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 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
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
|