EmailMessage.FolderId Property

Definition

Gets the identifier of a folder in the inbox.

public:
 property Platform::String ^ FolderId { Platform::String ^ get(); };
winrt::hstring FolderId();
public string FolderId { get; }
var string = emailMessage.folderId;
Public ReadOnly Property FolderId As String

Property Value

String

Platform::String

winrt::hstring

The identifier of a folder in the inbox.

Windows requirements

App capabilities
email emailSystem

Applies to