EmailMessage.FolderId 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 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
The identifier of a folder in the inbox.
Windows requirements
App capabilities |
email
emailSystem
|