Connecting Tech Pros Worldwide Forums | Help | Site Map

Launch default e-mail client with attachment

Kurt
Guest
 
Posts: n/a
#1: Nov 20 '05
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



Cor
Guest
 
Posts: n/a
#2: Nov 20 '05

re: Launch default e-mail client with attachment


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

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


Cor
Guest
 
Posts: n/a
#3: Nov 20 '05

re: Launch default e-mail client with attachment


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

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


Paul Clement
Guest
 
Posts: n/a
#4: Nov 20 '05

re: Launch default e-mail client with attachment


On Tue, 6 Apr 2004 23:57:32 +0200, "Kurt" <sergestus77@hotmail.com> wrote:

¤ 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 ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Paul Clement
Guest
 
Posts: n/a
#5: Nov 20 '05

re: Launch default e-mail client with attachment


On Tue, 6 Apr 2004 23:57:32 +0200, "Kurt" <sergestus77@hotmail.com> wrote:

¤ 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 ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
steven chong
Guest
 
Posts: n/a
#6: Nov 20 '05

re: Launch default e-mail client with attachment


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/de...classtopic.asp


Kurt wrote:
[color=blue]
> 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
>
>[/color]
steven chong
Guest
 
Posts: n/a
#7: Nov 20 '05

re: Launch default e-mail client with attachment


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/de...classtopic.asp


Kurt wrote:
[color=blue]
> 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
>
>[/color]
Closed Thread


Similar Visual Basic .NET bytes