B
Bernhard Straub
Hi,
using vb .NET 2003 I am trying to open the standard mail client. The mail
window should open and the user should be able to choose the recipient, add
some text to the mail etc.
Using Process.Start with "mailto" doesn't help as I want to add attachments
already in the code. I don't want to use the Outlook reference as the user
may not have Outlook installed on the system. I found that something called
Simple MAPI may be used but I was not able to find an example, some articles
in the MS knowledge base about this subject are no longer existent.
Any other ideas how this can be done?
Thanks for any help
Bernhard
using vb .NET 2003 I am trying to open the standard mail client. The mail
window should open and the user should be able to choose the recipient, add
some text to the mail etc.
Using Process.Start with "mailto" doesn't help as I want to add attachments
already in the code. I don't want to use the Outlook reference as the user
may not have Outlook installed on the system. I found that something called
Simple MAPI may be used but I was not able to find an example, some articles
in the MS knowledge base about this subject are no longer existent.
Any other ideas how this can be done?
Thanks for any help

Bernhard