Udostępnij przez


EmailMailbox.MarkFolderAsSeenAsync(String) Method

Definition

Asynchronously marks all the messages in a folder as seen.

public:
 virtual IAsyncAction ^ MarkFolderAsSeenAsync(Platform::String ^ folderId) = MarkFolderAsSeenAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MarkFolderAsSeenAsync(winrt::hstring const& folderId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MarkFolderAsSeenAsync(string folderId);
function markFolderAsSeenAsync(folderId)
Public Function MarkFolderAsSeenAsync (folderId As String) As IAsyncAction

Parameters

folderId
String

Platform::String

winrt::hstring

The ID of the folder to mark as seen.

Returns

An async action indicating that the operation has completed.

Attributes

Windows requirements

Requirements Description
App capabilities
email emailSystem

Applies to