I need to capture text in an Outlook web app IE e-mail program.
The text to be captured is the highlighted e-mail (which is yellowish / orange)
I need the VB application to run formless / in the background and return to the calling program the text of the highlighted e-mail.
I see a lot of threads about capturing, however, it is always Selected text. The text to be captured will be Highlighted, not Selected, there is no way to select it. I will have a form running with a button on it named "Capture text of Highlighted e-mail". When clicked, it will capture the text of the Highlighted e-mail, which is the name of the sender and the subject line.
Thanks for your help
The text to be captured is the highlighted e-mail (which is yellowish / orange)
I need the VB application to run formless / in the background and return to the calling program the text of the highlighted e-mail.
I see a lot of threads about capturing, however, it is always Selected text. The text to be captured will be Highlighted, not Selected, there is no way to select it. I will have a form running with a button on it named "Capture text of Highlighted e-mail". When clicked, it will capture the text of the Highlighted e-mail, which is the name of the sender and the subject line.
Thanks for your help