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
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