script to Send and Receive for Outlook 2011 is not working

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

Anybody know how or what I am doing wrong?