If you can't use mailto: and want the message to be sent by the web page user's copy of Outlook and email account, you'd need to use client-side JScript to automate Outlook using the Outlook object model.
If you want to send from the server, use System.Net.Mail (ASP.NET 2.0) or System.Web.Mail (1.0)
The method in the advisor.com article is irrelevant for your task.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Is there a way to create an New Outlook Email from an ASP.NET
> application? I can not use "mailto:", since it is only support a
[quoted text clipped - 12 lines]
>
> Lu