D
Doug
I've recently moved back to Entourage after a long time using
Mail.app, and while I was using Mail, I had a simple script that would
check for new mail and refresh my feeds in NetNewsWire. I assigned
this script to a hotkey using FastScripts and would often use it to do
a last-minute check on everything before leaving my computer. I'm
trying to get this to work with Entourage, but I can't seem to find
the AppleScript command to Send and Receive all mail. Is there one?
Here's the Mail.app portion of the script. All it does is check for
new messages. How do I do this for Entourage?
using terms from application "Mail"
tell application "Mail"
check for new mail
end tell
end using terms from
Thanks. Doug
Mail.app, and while I was using Mail, I had a simple script that would
check for new mail and refresh my feeds in NetNewsWire. I assigned
this script to a hotkey using FastScripts and would often use it to do
a last-minute check on everything before leaving my computer. I'm
trying to get this to work with Entourage, but I can't seem to find
the AppleScript command to Send and Receive all mail. Is there one?
Here's the Mail.app portion of the script. All it does is check for
new messages. How do I do this for Entourage?
using terms from application "Mail"
tell application "Mail"
check for new mail
end tell
end using terms from
Thanks. Doug