Hello,
Everything is working great.
Thanks for the Help,
Chuck
[quoted text, click to view] "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:uN$QkuWWGHA.3496@TK2MSFTNGP05.phx.gbl...
Outlook is an SMTP client, when it comes to sending emails. As Markus told
you, it is not necessary to use Outlook to send an email. Your application
can send it all by itself, using the System.Net.Mail namespace and the
SmtpClient class. See:
http://msdn2.microsoft.com/en-us/library/system.net.mail.aspx --
HTH,
Kevin Spencer
Microsoft MVP
Professional Numbskull
Show me your certification without works,
and I'll show my certification
*by* my works.
[quoted text, click to view] "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:eOQSrVVWGHA.1200@TK2MSFTNGP03.phx.gbl...
> Hello,
>
> The application is being made to work with only Outlook or Outlook
> Express.
>
> Thanks,
>
> Chuck
>
> "Markus" <difh04-gen1REMOVE@THISyahoo.de> wrote in message
> news:%23UHe4XUWGHA.3440@TK2MSFTNGP02.phx.gbl...
> Chuck,
>
>> I am trying to format an email and have a .net application open up
>> Outlook or Outlook Express so that the user can simply click Send and
>> have the formatted email send from their email account. I am
>> currently doing this the following way:
>
> If you have the possibility, try to send the email directly out of your
> application (instead of using any other Email Client)... Just thing
> about, if someone uses Outlook Express or Mozilla Thundbird or any other
> Mail Client, then your solutions won't work or is at least partly
> dependent on the third party client.
>
> Check out System.Web.Mail (on .NET 1.1) or System.Net.Mail (on .NET 2.0).
>
> hth
> Markus
>
>