EmailMailbox.DownloadMessageAsync(String) 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.
Télécharge de manière asynchrone le message électronique spécifié.
public:
virtual IAsyncAction ^ DownloadMessageAsync(Platform::String ^ messageId) = DownloadMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DownloadMessageAsync(winrt::hstring const& messageId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DownloadMessageAsync(string messageId);
function downloadMessageAsync(messageId)
Public Function DownloadMessageAsync (messageId As String) As IAsyncAction
Paramètres
- messageId
-
String
Platform::String
winrt::hstring
ID du message à télécharger.
Retours
Action asynchrone indiquant que l’opération est terminée.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|