QAuser Posted September 23, 2010 Posted September 23, 2010 For some time now I'm looking for a solution how to copy text including an image into an Outlook mail. I have the honorable task to create a script that sends e-mails with different configurations. I need the picture to be inline. What I cannot use is Send("^v") and the clipboard always throws away the image. I really would like to know why. I usually create a new mail and copy & paste everything from a DOC or RTF file into the mail body. Now this process needs to be automated. I just started scripting a few days ago - just wanted to mention. Thank you guys for help!
Bert Posted September 23, 2010 Posted September 23, 2010 (edited) What is the source of the text and image? We should start there before we get it into Outlook. Edited September 23, 2010 by MPH The Vollatran project My blog: http://www.vollysinterestingshit.com/
QAuser Posted September 27, 2010 Author Posted September 27, 2010 The text and image are saved in a rtf data on my computer
Juvigy Posted September 27, 2010 Posted September 27, 2010 The easiest thing would be to attache the whole rtf file in the mail.
QAuser Posted September 27, 2010 Author Posted September 27, 2010 The idea is to write some text in the mail body .. so i wanted to write the text in a rtf data and just copy this data and paste it in the mailbody. the problem is that i want to automate outlook to send like 100 of mail. and the content of the mail body have to be read from rtf data's. every mail have a different specifications and for each mail the body can be different.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now