Paste HTML formatted string into outlook eMail
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I'm currently working on a little function to paste pre-formatted text into outlook (or any other mail client). Outlook is my testbed so I'll stick with it as of now. I'd like to do something like this: Clipboard.SetData("text/html",strHtmlText) But somehow Outlook does not recognize "text/html" as pastable text. Using only "Text" pastes the text _with_ html-tags which is not what I want. I'd like to do the same when copy&pasting from a browser to Outlook, just programmatically. Any ideas?
Greetings, Stephan Eberle hawke@deltacity.org