Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI32 - MAPIFindNext
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00777465
Message ID:
00777491
Vues:
15
DECLARE INTEGER MAPIFindNext IN mapi32;
	INTEGER   lhSession,;
	INTEGER   ulUIParam,;
	STRING    lpszMsgType,;
	STRING    lpszSeedMsgID,;
	INTEGER   flFlags,;
	INTEGER   ulReserved,;
	STRING  @ lpszMsgID
flFlags
[in] Bitmask of option flags. The following flags can be set:

MAPI_GUARANTEE_FIFO
...
MAPI_LONG_MSGID
...
MAPI_UNREAD_ONLY
Only unread messages of the specified type should be enumerated. If this flag is not set, MAPIFindNext can return any message of the specified type.
#DEFINE MAPI_UNREAD_ONLY  32
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform