Extending "mailto:" using Outlook & .NET

rbarreca

New member
Joined
Mar 15, 2004
Messages
1
I know there have been many postings about sending mail through outlook and .NET, but I think mine is different. I want users to go to an asp page on the Web, and click a button that will open a new message in outlook. This has the exact same functionality as HREF="mailto:" except I need to be able to fill in a large message ("...&body=longmessagehere..." in mailto: ) and the URL Line in a browser has a length limit (I believe).

Is there a way to create a .msg file for download into outlook just like one can create an .xls excel spreadsheet through ASP?

Thanks,

Rob
 
Back
Top