Re: Editting an existing e-mail account in Microsoft Entourage using AppleScript
Re: Editting an existing e-mail account in Microsoft Entourage using AppleScript
- Subject: Re: Editting an existing e-mail account in Microsoft Entourage using AppleScript
- From: Barry Wainwright <email@hidden>
- Date: Mon, 25 Apr 2005 11:56:51 +0100
On 25/4/05 11:24 am, "David Siberry" <email@hidden> wrote:
> Hi, firstly i would like to thank all the people who have replied to
> my posts, they have been most helpful. :o)
>
> However I am in need of some more help,
>
> My query is, how do I go about editing and changing the properties of
> an existing mail account in Microsoft Entourage using AppleScript?
>
> Thank you kindly,
>
> David
Not sure that I understand your question fully - you edit the account in the
same way as any applescript class - by setting properties.
You can refer to the account either by using a construct such as:
set xxx of POP Account "account_Name" to "zzz"
Or, by index (IMAP Account 1), or by ID (Hotmail account id 3)
All the properties are declared in the Entourage dictionary, and can be used
in the normal way:
Set email address of POP Account 1 to "email@hidden"
Set include in send and receive all of IMAP Account "my mac.com account" to
false
Etc...
--
Barry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden