ApplicationEvents_10_NewMailEventHandler Délégué
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.
Il s’agit d’un délégué pour un événement dans l’objet correspondant. Après avoir implémenté une méthode de rappel pour l’événement, utilisez ce délégué pour connecter la méthode de rappel à l’événement. S’il existe plusieurs versions de l’interface d’événement, ce délégué connecte la méthode de rappel pour l’événement dans la version spécifiée d’Outlook.
public delegate void ApplicationEvents_10_NewMailEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents_10_NewMailEventHandler();
Public Delegate Sub ApplicationEvents_10_NewMailEventHandler()
- Attributs