Launch default e-mail client with attachment

K

Kurt

Hello,

How do I launch default e-mail client (Otulook, Eudora...) with attachment?
mailto: does not support attachments and SMTP does not open the default
e-mail client.

Kurt
 
C

Cor

Hi Kurt,

As far as I know you cannot and I thought that it was simple because of the
fact that not all mailclients supports attachments. (I am with this not
talking about the Office Exchange client).

(I have until now never seen a solution for what you ask while it is very
often asked)

Cor
 
P

Paul Clement

¤ Hello,
¤
¤ How do I launch default e-mail client (Otulook, Eudora...) with attachment?
¤ mailto: does not support attachments and SMTP does not open the default
¤ e-mail client.

You would have to resort to the native programmable support for each e-mail client (or underlying
transport). There is no standard RFC spec for handling attachments.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
S

steven chong

i dont think it is possible to put a <a href> link to do attachments, as
it will just be a security problem. imagine having ppl clicking a link
and you get them to attach something from their local computer? i gather
you are trying to do this on the client side, as you mention using
mailto:.

however, if you are attaching the attachment from the server, you can
use the smtpmail class under system.web.mail namespace.
http://msdn.microsoft.com/library/d...html/frlrfsystemwebmailsmtpmailclasstopic.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top