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: Shane Stanley <email@hidden>
- Date: Thu, 16 Nov 2000 09:58:36 +1100
On 16/11/00 9:23 AM +1000, 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?
Play with this:
tell application "Outlook Express"
try
send
end try
connect to POP accounts
repeat
set theStatus to connection in progress
if theStatus is true then
delay 5
else
exit repeat
end if
end repeat
display dialog "Finished"
end tell
--
Shane Stanley, email@hidden