Re: Entourage scripts works on *some* computers
Re: Entourage scripts works on *some* computers
- Subject: Re: Entourage scripts works on *some* computers
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 01 Jul 2003 09:03:42 -0700
On 7/1/03 1:59 AM, "Wim Melis" <email@hidden> wrote:
>
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
>
>
On the first machine it returns a list of the folders, on the second one
>
it returns an empty list. Weird.
>
>
Any ideas what's going on?
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? (If no version is running, it could
be finding the "other" copy which doesn't have that IMAP account set up. You
can specify the copy you want by including its entire file path in the
'tell' statement.)
--
Paul Berkowitz
_______________________________________________
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.