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 Rhinorhino 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
Joined
Mar 23, 2002
Messages
1
Location
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