Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI32 - MAPIFindNext
Message
 
To
14/04/2003 17:14:10
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00777465
Message ID:
00777491
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform