B
Brian Binotto
I am creating an applescript to run by setting it to launch using
rules. It gets stuck when trying to access some information in
entourage. There is no error it just stalls there. I am running the
current version of entourage in OS 10.2.6. It gets stuck on the below
lines inside the scripts I've written. These are both within tell
blocks.
Any ideas on this?
tell application "Micrsoft Entourage"
set messageList to every message of folder "LEcollections" whose (read
status is not read)
--do more stuff
end tell
tell application "Micrsoft Entourage"
if enabled of schedule "Send & Receive All" is true then
set enabled of schedule "Send & Receive All" to false
end if
end tell
rules. It gets stuck when trying to access some information in
entourage. There is no error it just stalls there. I am running the
current version of entourage in OS 10.2.6. It gets stuck on the below
lines inside the scripts I've written. These are both within tell
blocks.
Any ideas on this?
tell application "Micrsoft Entourage"
set messageList to every message of folder "LEcollections" whose (read
status is not read)
--do more stuff
end tell
tell application "Micrsoft Entourage"
if enabled of schedule "Send & Receive All" is true then
set enabled of schedule "Send & Receive All" to false
end if
end tell