RTT Posted April 29, 2005 Posted April 29, 2005 Hi, In my code i want to open a mail template like when you click a mailto-link, so the person views the mail, but the mail uses a certain template. Certain things should already be filled in when the person gets the mail. Like send to, subject and some parts of the template. Other things have to be filled in by the person himself. after the mail is ready he just has to hit send to send the mail. So the mail should open in outlook using a template where parts are filled in in advance. Does anybody has an idea on how to start on this? thxs in advance.... greetz Quote
RTT Posted April 29, 2005 Author Posted April 29, 2005 I found this code: http://www.c-sharpcorner.com/Internet/SendingEmailsThroughOutlookCB.asp and this work partly... with this code i can save the mail in the draft folder. But i can't get it to display to the user. mailitem.display does not seem to work. so now i'm searching for a way to open of focus on the mail in outlook once it's created.... does anybody has an idea how i can do this? Quote
Administrators PlausiblyDamp Posted April 29, 2005 Administrators Posted April 29, 2005 Are you getting any particular errors when attempting this? Does the PC in question have Outlook installed? If so it may be worth checking which version is installed and seeing if there are any slight differences in the Methods / Properties offered. Also are you attempting this from a Web application? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
RTT Posted April 30, 2005 Author Posted April 30, 2005 Are you getting any particular errors when attempting this? Does the PC in question have Outlook installed? If so it may be worth checking which version is installed and seeing if there are any slight differences in the Methods / Properties offered. Also are you attempting this from a Web application? im trying to does this from a web application indeed.... outlook is running and installed at the user. the draft saving works... any idea where i can find the methods for outlook? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.