ApplicationEvents_11_NewMailExEventHandler 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_11_NewMailExEventHandler(System::String ^ EntryIDCollection);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents_11_NewMailExEventHandler(string EntryIDCollection);
Public Delegate Sub ApplicationEvents_11_NewMailExEventHandler(EntryIDCollection As String)
Paramètres
- EntryIDCollection
- String
Chaîne représentant un ID d’entrée d’un élément reçu dans la boîte de réception.
- Attributs