How to create MS Outlook message from ASP.NET?
am 31.12.2007 17:35:25 von Yash
In our application, we need to show a grid with each row having an
icon. When the user clicks on the icon, an Oulook email message
should get downloaded on the user's PC and should open if MS outlook
is installed. I believe, I'll have to do Response.Write to achieve
this. Is there any standard technique to do this?
Thanks,
Yash
Re: How to create MS Outlook message from ASP.NET?
am 31.12.2007 17:40:22 von mark
"Yash" wrote in message
news:c44486df-0334-4f51-b9b4-2740870d5440@e23g2000prf.google groups.com...
> Is there any standard technique to do this?
You'd be well advised not to even try...
Simply use the built-in System.Net.Mail namespace to send the user an
email - if they have Outlook installed and running, they will see a
notification message that they have received a new email which they can
click to display it in Outlook...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net