EmailMailboxCreateFolderRequest.ParentFolderId 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 folder ID of the parent folder for the created folder.
public:
property Platform::String ^ ParentFolderId { Platform::String ^ get(); };
winrt::hstring ParentFolderId();
public string ParentFolderId { get; }
var string = emailMailboxCreateFolderRequest.parentFolderId;
Public ReadOnly Property ParentFolderId As String
Property Value
A folder ID. Get the parent folder's ID from its EmailFolder.Id property.
Windows requirements
App capabilities |
email
emailSystem
|