Microsoft Outlook script Questions

1

Trying to copy a string to the clipboard in an Outlook 2007 script
I’m building a script that will be triggered by a rule from Outlook 2007. The script is looking for a specific string in the body of the message and extracting some text. I’d like to copy that text into the clipboard to use it in another application. Here is my code: Sub SaveAsText(MyMail As MailItem) [...]

Answer Question   |  October 31, 2012  7:43 PM
Microsoft Outlook 2007, Microsoft Outlook script
asked by:
15 pts.

1