Re: Entourage scripts works on *some* computers
Re: Entourage scripts works on *some* computers
- Subject: Re: Entourage scripts works on *some* computers
- From: Wim Melis <email@hidden>
- Date: Thu, 3 Jul 2003 02:38:33 +0200
Entourage is running on the Xserve, only one copy, the account is
active...
I made a butt-ugly workaround for this problem:
tell app "microsoft entourage"
set x to {}
repeat with i from 1 to 100
try
set end of x to folder i of IMAP account "Test"
on error
exit repeat
end try
end repeat
end tell
This one works on both machines. All the code after that works fine too
(this is the first bit of a script that archives email messages in
Filemaker).
It's only the 'folders of IMAP account' that doesn't work on the second
machine...
Puzzled, Wim
>
> I have an Entourage script that works on one computer (G4, OSX server
>
> 10.2.4) but not on the other one (Xserve, OSX server 10.2.6). Here's the
>
> snippet:
>
>
>
> tell app "microsoft entourage"
>
> set x to folders of IMAP account "Test"
>
> end tell
>
>
It sounds as if you have not set up this account _as an IMAP account_ within
>
the open identity (or identity that Entourage automatically opens to if
>
currently not launched) of the copy of Entourage on the XServe. Does
>
Entourage actually live on that XServe? Is it running? Do you have more than
>
one copy of Entourage on that machine?
-----
email (home): email@hidden
email (office): email@hidden
http://www.noorderlicht.com * Noorderlicht photofestival
_______________________________________________
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.