Re: Can a script tell Outlook Express to "Send and Receive all"
Re: Can a script tell Outlook Express to "Send and Receive all"
- Subject: Re: Can a script tell Outlook Express to "Send and Receive all"
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 15 Nov 2000 17:54:12 -0800
On 11/15/00 2:23 PM, "Don Preisler" <email@hidden> wrote:
>
Trying to automate Outlook Express. Can a script tell Outlook Express to
>
"Send and Receive all"? Doesn't seem to be able to. Anyone else done this?
tell application "Outlook Express"
send
connect to every POP account
--connect to every IMAP account -- if needed
end tell
--
Paul Berkowitz