C
Chad Myers
I'm looking for an app that would allow me to
download mails from various POP3 accounts and
put them into my Exchange inbox on the server
side (rather than having to have outlook open
to do it all the time).
There are many products that do this, but
they're very expensive considering it's just
for me and just for tinkering.
So I decided I'd try to write my own. I've
found some decent POP3 classes/libraries,
but the problem is, how do I put those mails
into Exchange. I assume that CDO is the
way to go, but I'm not that familiar with it
and not even sure where to start. Every example
I've found shows how to READ from CDO, but not
to write. Perhaps it's not even possible.
I was hoping I could avoid having to rewrite
the headers and all that. Is there a quick
and easy way to just dump raw POP3 message
text into CDO and let Exchange Server/CDO figure
out how to translate it into a MAPI/CDO message
object for display in Outlook?
Thanks,
Chad
download mails from various POP3 accounts and
put them into my Exchange inbox on the server
side (rather than having to have outlook open
to do it all the time).
There are many products that do this, but
they're very expensive considering it's just
for me and just for tinkering.
So I decided I'd try to write my own. I've
found some decent POP3 classes/libraries,
but the problem is, how do I put those mails
into Exchange. I assume that CDO is the
way to go, but I'm not that familiar with it
and not even sure where to start. Every example
I've found shows how to READ from CDO, but not
to write. Perhaps it's not even possible.
I was hoping I could avoid having to rewrite
the headers and all that. Is there a quick
and easy way to just dump raw POP3 message
text into CDO and let Exchange Server/CDO figure
out how to translate it into a MAPI/CDO message
object for display in Outlook?
Thanks,
Chad