david_bird
12 years agoOccasional Contributor
How to get the text of an email from MS Outlook Folder
I have been struggling with getting some text out of an email message the is in one of my MS Outlook folders.
On the surface it would seem that recording the actions to select the email in a running instance of MS Outlook, copy the required text to the clipboard and then paste it in to a textbox in a web application running in Internet Explorer would be the way to go.
The answer is yes and no.
Recording the actions is one thing but getting the selected text out of Outlook is another.
I have tried all ways - including right clicking the selected text, followed by selecting Copy from the context menu that pops up. I've also tried coding the keys for CTRL+C.
Neither way works reliably and it is the Outlook end of thinks that is unreliable. Pasting what is in the clipboard is no problem.
I've scrolled through forum posts and help files, etc and cannot crack this problem no matter what I try.
I suspect I have to deal with MS Outlook as an object in some way but being a novice at this I could do with somew help.
Thanks in advance.
DavidB.
On the surface it would seem that recording the actions to select the email in a running instance of MS Outlook, copy the required text to the clipboard and then paste it in to a textbox in a web application running in Internet Explorer would be the way to go.
The answer is yes and no.
Recording the actions is one thing but getting the selected text out of Outlook is another.
I have tried all ways - including right clicking the selected text, followed by selecting Copy from the context menu that pops up. I've also tried coding the keys for CTRL+C.
Neither way works reliably and it is the Outlook end of thinks that is unreliable. Pasting what is in the clipboard is no problem.
I've scrolled through forum posts and help files, etc and cannot crack this problem no matter what I try.
I suspect I have to deal with MS Outlook as an object in some way but being a novice at this I could do with somew help.
Thanks in advance.
DavidB.