I’m trying to create a rule so that whenever I get a weekly email from Scoot with my local cinema film times, it will export the message as text to a specific directory, which is the folder that my PocketPC sync’s with, so I’ll have an up-to-date listing whenever I sync the two devices.
First I wanted to see how to export, so I’ve written a bit of VBA that takes the first item from my ActiveExplorer Selection collection, and does a SaveAs to olTXT format, but I get a warning dialog “A program is trying to access data from Outlook that may contain address book information … Allow Access Yes / No / Help“.
Any suggestions how I can programtically click the “yes” option
Of course the next thing is to get the code to run as a rule, but when I looked in the Rules Wizard, the Run a Script option doesn’t display my SaveNoteAs function, nor does the Perform a Custom Action, so again any suggestions on how to run a function from a rule