Share via


EmailMailboxCreateFolderRequest.ParentFolderId Property

Definition

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

String

Platform::String

winrt::hstring

A folder ID. Get the parent folder's ID from its EmailFolder.Id property.

Windows requirements

App capabilities
email emailSystem

Applies to