R
Robbie De Sutter
Hello,
How do I open a new, empty e-mail message from the default e-mail client
whereby the sender is given and a file is attached?
Currently I use the command (vb.net):
---
System.Diagnostics.Process.Start("mailto:someone@somewhere&subject=the%
20subject")
---
to open an emtpy e-mail message form (the default e-mail editor of the
user will be started) with the given subject "the subject" (%20 = space
(this is URL encoded)) ready to send to "someone@somewhere".
But how can I add a file attachment?
Note: I am NOT looking for an SMTP engine. I am NOT looking to send e-
mails directly without user interaction (= click on send).
Also any sollution based on one specific e-mail client is NOT good. The
solution must work in any possible e-mail configuration.
tia,
Robbie
How do I open a new, empty e-mail message from the default e-mail client
whereby the sender is given and a file is attached?
Currently I use the command (vb.net):
---
System.Diagnostics.Process.Start("mailto:someone@somewhere&subject=the%
20subject")
---
to open an emtpy e-mail message form (the default e-mail editor of the
user will be started) with the given subject "the subject" (%20 = space
(this is URL encoded)) ready to send to "someone@somewhere".
But how can I add a file attachment?
Note: I am NOT looking for an SMTP engine. I am NOT looking to send e-
mails directly without user interaction (= click on send).
Also any sollution based on one specific e-mail client is NOT good. The
solution must work in any possible e-mail configuration.
tia,
Robbie