How to create MS Outlook message from ASP.NET?

  • Thread starter Thread starter Yash
  • Start date Start date
Y

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
 
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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top