EmailMailbox.MarkMessageReadAsync(String, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|