|
Hi I want to save a mail message (.msg) that I have provided with a html body with to and from values. When I open this message with Outlook I want the message to behave like its ready to be sent, in other words all the options must be editable so that the user can edit it before sending. Is this possible? Im using the following code
Thanks Izak |
|
Yes, this is easily possible, although it's not documented yet. Just add the following line to your code somewhere before the message.Save call:
Example:
This should do the trick. Yes, that did it, thanks.
(07 Jul '11, 15:57)
izak
|