EmailDataProviderConnection.DownloadMessageRequested Événement
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.
Se produit lorsque le client de messagerie a demandé à télécharger un message à partir du serveur.
// Register
event_token DownloadMessageRequested(TypedEventHandler<EmailDataProviderConnection, EmailMailboxDownloadMessageRequestEventArgs const&> const& handler) const;
// Revoke with event_token
void DownloadMessageRequested(event_token const* cookie) const;
// Revoke with event_revoker
EmailDataProviderConnection::DownloadMessageRequested_revoker DownloadMessageRequested(auto_revoke_t, TypedEventHandler<EmailDataProviderConnection, EmailMailboxDownloadMessageRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<EmailDataProviderConnection,EmailMailboxDownloadMessageRequestEventArgs> DownloadMessageRequested;
function onDownloadMessageRequested(eventArgs) { /* Your code */ }
emailDataProviderConnection.addEventListener("downloadmessagerequested", onDownloadMessageRequested);
emailDataProviderConnection.removeEventListener("downloadmessagerequested", onDownloadMessageRequested);
- or -
emailDataProviderConnection.ondownloadmessagerequested = onDownloadMessageRequested;
Public Custom Event DownloadMessageRequested As TypedEventHandler(Of EmailDataProviderConnection, EmailMailboxDownloadMessageRequestEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|