Link to home
Start Free TrialLog in
Avatar of moshe_kz
moshe_kz

asked on

Reading the Outlook Sent Item folder

I extract information from outlook express folders using MAPI functions.

How can I get to the Sent Item folder ?
The defaulte MAPIFindNext take me to the inbox.

Moshe.
Avatar of jhance
jhance

You really shouldn't be using MAPIFindNext (or any of it's friends) anymore.  Microsoft is basically discarding the entire MAPI API and has replaced it with a COM interface.  While it may cause some "turbulence" in your project, you'll find that converting now will not only get you the functionality you need today, it will get you support going forward.  

Check the "MAPI Interfaces" section in the MSDN Library.  This is the current MAPI API that should be used.
ASKER CERTIFIED SOLUTION
Avatar of jhattingh
jhattingh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial