Partager via


EmailMailbox.MarkMessageReadAsync(String, Boolean) Méthode

Définition

Marque de façon asynchrone un e-mail comme lus ou non lu.

public:
 virtual IAsyncAction ^ MarkMessageReadAsync(Platform::String ^ messageId, bool isRead) = MarkMessageReadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MarkMessageReadAsync(winrt::hstring const& messageId, bool const& isRead);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MarkMessageReadAsync(string messageId, bool isRead);
function markMessageReadAsync(messageId, isRead)
Public Function MarkMessageReadAsync (messageId As String, isRead As Boolean) As IAsyncAction

Paramètres

messageId
String

Platform::String

winrt::hstring

ID du message à marquer.

isRead
Boolean

bool

True pour marquer le message comme lu, false pour le marquer comme non lu.

Retours

Action asynchrone indiquant que l’opération est terminée.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

S’applique à