Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Entourage | 5 comments | Create New Account
Click here to return to the 'Entourage' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Entourage
Authored by: osxpez on May 04, '02 06:55:19PM

Here's a script that works with Entourage:

#!/bin/sh
osascript << EOF > /dev/null
tell application "Microsoft Entourage"
activate
make new draft window with properties {to recipients:"$1"}
end tell
EOF



[ Reply to This | # ]