I've been searching the net as well as the MSDN Library but only found questions without answers.
What I want to do is to place an email in the end-users 'Sent Items' folder.
The user will not compile this email, and it will not be send from his PC either. No SMTP server on the client side will see this email. May sound weird, but basicly he'll enter a couple of fields, this data will be send via satellite and on the receiving side the email will be compiled and send off.
I've found code I can use to write dll drivers to do this but the API calls differs for each version of Outlook, so a different dll for each Outlook version and this will not work with Outlook Express. And, off course, if possible I don't want my solution be limted to the Outlook family. Therefor using VBA macros is also not an perfect solution.
Code would be welcome but if someone can just direct me in the right direction: tell me what objects, functions, websites to look at.
Please just note that I still code in VB6.
Thanks
What I want to do is to place an email in the end-users 'Sent Items' folder.
The user will not compile this email, and it will not be send from his PC either. No SMTP server on the client side will see this email. May sound weird, but basicly he'll enter a couple of fields, this data will be send via satellite and on the receiving side the email will be compiled and send off.
I've found code I can use to write dll drivers to do this but the API calls differs for each version of Outlook, so a different dll for each Outlook version and this will not work with Outlook Express. And, off course, if possible I don't want my solution be limted to the Outlook family. Therefor using VBA macros is also not an perfect solution.
Code would be welcome but if someone can just direct me in the right direction: tell me what objects, functions, websites to look at.
Please just note that I still code in VB6.
Thanks