Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAPI (downloading messages) problem

Status
Not open for further replies.

Scorpic

Programmer
Mar 23, 2002
1
0
0
IL
Hi there ! I experiencing a problem with downloading messages on MAPI init:
ulFlags = MAPI_LOGON_UI | MAPI_FORCE_DOWNLOAD | MAPI_EXTENDED | MAPI_NEW_SESSION;
hResultSession = MAPILogonEx( NULL,
NULL,
NULL,
ulFlags,
(LPMAPISESSION FAR *) &lpSession);
As Microsoft say MAPI_FORCE_DOWNLOAD flag should cause dounloading messages but it does nothing :(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top