MAPIOFFLINE_ADVISEINFO
S’applique à : Outlook 2013 | Outlook 2016
Fournit des informations à IMAPIOfflineMgr ::Advise pour inscrire le rappel pour un objet hors connexion.
Informations rapides
Consultez IMAPIOfflineMgr ::Advise.
typedef struct
{
ULONG ulSize;
ULONG ulClientToken;
MAPIOFFLINE_CALLBACK_TYPE CallbackType;
IUnknown* pCallback;
ULONG ulAdviseTypes;
ULONG ulStateMask;
} MAPIOFFLINE_ADVISEINFO;
Members
ulSize : taille de MAPIOFFLINE_ADVISEINFO.
ulClientToken : jeton défini par le client sur un rappel. Il s’agit du membre ulClientToken de la structure MAPIOFFLINE_NOTIFY passée à IMAPIOfflineNotify ::Notify.
CallbackType : type de rappel à effectuer.
MAPIOFFLINE_CALLBACK_TYPE_NOTIFY
Le type de rappel est par notification. Il s’agit du seul type de rappel pris en charge. pCallback doit indiquer l’interface IMAPIOfflineNotify.
pCallback : interface à utiliser pour le rappel. Il s’agit de l’implémentation du client de IMAPIOfflineNotify.
ulAdviseTypes : types de conseils, tels qu’identifiés par la condition de conseil. Le seul type pris en charge est MAPIOFFLINE_ADVISE_TYPE_STATECHANGE.
ulStateMask : le seul état pris en charge est MAPIOFFLINE_STATE_ALL.