J
Jim
Hi,
Sorry if this is not the best news group for this...
We are converting a VB6 app to .net and need to replace some functionality
that we used to get from a COM component (IDSMail).
We need to allow a user to send email from within our app. The problem is
that we need to do this with different mail clients (Outlook, Lotus Notes,
Novell Groupwise, etc.). We need to have files attached when the email
client opens the new message.
The reason that we neeed to open the user's email client is so that their
address book is available.
I'd build a MAILTO string and call:
System.Diagnostics.Process.Start(UrlString)
if I didn't need to attach a file.
One thing I thought of (but don't know how to do) is to try and simulate
right-clicking on the file and calling "Send To Email Recipient". Even if I
knew how to do this, I'm not sure it would work on non Microsoft email
agents.
Any ideas?
Thanks,
Jim
Sorry if this is not the best news group for this...
We are converting a VB6 app to .net and need to replace some functionality
that we used to get from a COM component (IDSMail).
We need to allow a user to send email from within our app. The problem is
that we need to do this with different mail clients (Outlook, Lotus Notes,
Novell Groupwise, etc.). We need to have files attached when the email
client opens the new message.
The reason that we neeed to open the user's email client is so that their
address book is available.
I'd build a MAILTO string and call:
System.Diagnostics.Process.Start(UrlString)
if I didn't need to attach a file.
One thing I thought of (but don't know how to do) is to try and simulate
right-clicking on the file and calling "Send To Email Recipient". Even if I
knew how to do this, I'm not sure it would work on non Microsoft email
agents.
Any ideas?
Thanks,
Jim