Outlook Express programming

G

Guest

Hope this is the right place to post it ...
I need to interface my VC++ application with Outlook Express 6.0.
I'd need:
- access to email messages in Outlook folders,
- eventually, copy email messages in other files (with EML format and other
place);
- make email messages and send them with Outlook Express (Outbok).

I found IStoreFolder and IStoreNamespace to manage Outlook Exp folders.
But, in order to made outgoing email messages, do I need IMimeMessage
interface?
Is there any sample that show the use of those interfaces?
Is there any "link" between IMimeMessage and IStoreFolder
(the messages placed in a folder)?
Thank you in advance!
Chiara
 
T

thatsalok

Chiara said:
*Hope this is the right place to post it ...
I need to interface my VC++ application with Outlook Express 6.0.
I'd need:
- access to email messages in Outlook folders,
- eventually, copy email messages in other files (with EML format an
other
place);
- make email messages and send them with Outlook Express (Outbok).

I found IStoreFolder and IStoreNamespace to manage Outlook Ex
folders.
But, in order to made outgoing email messages, do I nee
IMimeMessage
interface?
Is there any sample that show the use of those interfaces?
Is there any "link" between IMimeMessage and IStoreFolder
(the messages placed in a folder)?
Thank you in advance!
Chiara *

http://www.codeproject.com/com/Outlook_Express_Messages.asp[/url - thatsalo
 
G

Guest

Thank you... I already found this sample, that's helpful to browse
directories, but ... it doesn't show any example to work with IMimeMessage
and send e-mail.
Do you have any other link?
Thank you in advance!
Chiara
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top