on 04/08/2004 23:56, Cunningham, Andrew at [EMAIL PROTECTED] wrote:

> Forgive my ignorance, but where might this script be located? I looked in
> the Office 2004 folder, as well as the /Users/myuser/Documents folder but
> did not see it...
> 
> 
>> From: "Entourage:mac Talk" <[EMAIL PROTECTED]>
>> Date: Tue, 03 Aug 2004 20:00:01 -0700
>> To: "Entourage:mac Talk" <[EMAIL PROTECTED]>
>> Subject: Entourage-Talk Digest - 08/03/04
>> 
>> If you take a look at the "Exchange account" setting in E'rage's AppleScript
>> dictionary, it has pretty much everything you need to automate your setup.

There is no script. You have to write it. Open up Script Editor, select Open
Dictionary from the File menu. Open up Entourage's dictionary. Under
Entourage Mail and News Suite is a class called Exchange account. It lists
the properties for an exchange account. You can create an exchange account
using the 'make new' command.

Eg.
Tell app "Microsoft Entourage"
  make new exchange account with properties {name: "My Account Name"}
End tell

Of course you will need to include all the properties for the account. You
will also need to write the rest of the script, to prompt the user for their
details, as well as making it robust.

-- 
Matthew Smith


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to