Hi All,
I’m trying to write a script to forward a selected email to multiple recipients.
I’ve read the dictionary and tried a few variations on a theme but as yet no luck.
Here’s the script I’ve been using as a starting point.
tell application "Microsoft Entourage"
set theSelection to selection
set theCurrentMessage to item 1 of theSelection
forward theCurrentMessage to "a@b.xx.yy" with opening window
end tell
Please can someone point me in the right direction.
Thanks.
Nick