Re: sending e-mail in VB.NET
* "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP @msn.com> scripsit:[color=blue]
> A second item I wanted to add, but I do not have a sample.
>
> Use a mailto url & Process.Start to have IE "send" the message, however I
> believe this will cause the message to pop up and the user will actually
> need to click Send.[/color]
Something like that?
<http://groups.google.c om/groups?selm=uld 6n9xnDHA.1632%4 0TK2MSFTNGP10.p hx.gbl>
Yes -- this code will launch the default email application installed on
the system and the user will have to press "Send" himself.
--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
* "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP @msn.com> scripsit:[color=blue]
> A second item I wanted to add, but I do not have a sample.
>
> Use a mailto url & Process.Start to have IE "send" the message, however I
> believe this will cause the message to pop up and the user will actually
> need to click Send.[/color]
Something like that?
<http://groups.google.c om/groups?selm=uld 6n9xnDHA.1632%4 0TK2MSFTNGP10.p hx.gbl>
Yes -- this code will launch the default email application installed on
the system and the user will have to press "Send" himself.
--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Comment