Can I import messages in .pst with simple MAPI?

  • Thread starter Thread starter darshandd
  • Start date Start date
D

darshandd

I want to import messages from Outlook's PST. To do this, I want to
write an application using C/C++. Therefore, is it possible to use
Simple MAPI, and set the Default Message Store of Simple MAPI to be a
..pst file. Is it possible? If not, what other approach should I follow?

Thanks in advance,
-DD
 
No. Simple MAPI doesn't have that capability. You would need to use the
Outlook object model, CDO 1.21, or Extended MAPI.
 
Back
Top