Discussion:
Import Eml Files Using Redemption
(too old to reply)
Sonic..
2007-06-16 06:52:27 UTC
Permalink
Hello,

I have been working on an outlook add-in in C++ to import the EML
files into the Inbox folder. I am currently using outlook 2003 on
Windows 2003 server and has an exchange account configured on my
system (POP3).

My problem is that i can add EML files to MAPI account only or i can
add them to POP3 account also. i was able to do so using a MAPI
account but cannot do so by POP3.
Dmitry Streblechenko
2007-06-18 07:27:31 UTC
Permalink
Redemption (or IConverterSession for that matter) only work with the items
in one of the MAPI stores.
If you can see the folder where you want to add the items in Outlook, you
can use Redemption to import the EML files there. Does not really matter
whether these messages originally came from a POP3, Exchange. or any other
server.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
Post by Sonic..
Hello,
I have been working on an outlook add-in in C++ to import the EML
files into the Inbox folder. I am currently using outlook 2003 on
Windows 2003 server and has an exchange account configured on my
system (POP3).
My problem is that i can add EML files to MAPI account only or i can
add them to POP3 account also. i was able to do so using a MAPI
account but cannot do so by POP3.
Loading...