• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Can a script tell Outlook Express to "Send and Receive all"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Can a script tell Outlook Express to "Send and Receive all" (From: Don Preisler <email@hidden>)

  • Prev by Date: RE: (no subject)
  • Next by Date: Re: Date of next Thursday
  • Previous by thread: Can a script tell Outlook Express to "Send and Receive all"
  • Next by thread: Re: Can a script tell Outlook Express to "Send and Receive all"
  • Index(es):
    • Date
    • Thread