RE: gaining control
RE: gaining control
- Subject: RE: gaining control
- From: Jim Brandt <email@hidden>
- Date: Sat, 25 Oct 2003 06:37:32 -0500
RE: Rob Jorgensen <email@hidden>
tell application "Eudora"
repeat
if status of message outgoing_ is sent then
exit repeat
else
-- do shell script "sleep 5" -- OS X
delay 5 -- pre-OS X
end if
end repeat
end tell
You might want to include a limit to the the number of times that it
checks the message status in case Eudora can't connect to the server.
Thanks Rob for the suggestion. However, watching in the events log,
the status comes up as "read" and never changes.
Next suggestion?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.