EmailMailbox.MarkFolderAsSeenAsync(String) 方法

定义

异步将文件夹中的所有邮件标记为已看到。

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

参数

folderId
String

Platform::String

winrt::hstring

要标记为可见的文件夹的 ID。

返回

指示操作已完成的异步操作。

属性

Windows 要求

应用功能
email emailSystem

适用于