I used to have a script to send and receive mail in Entourage. When I change the script to:
tell application "Microsoft Outlook"
connect to every pop account
connect to every imap account
send
end tell
It hangs at the second line and I am not able to fix it, anybody know how to do this?
Thanks