• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Editting an existing e-mail account in Microsoft Entourage using AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Editting an existing e-mail account in Microsoft Entourage using AppleScript
      • From: Jeremy Reichman <email@hidden>
References: 
 >Editting an existing e-mail account in Microsoft Entourage using AppleScript (From: David Siberry <email@hidden>)

  • Prev by Date: Editting an existing e-mail account in Microsoft Entourage using AppleScript
  • Next by Date: Re: Editting an existing e-mail account in Microsoft Entourage using AppleScript
  • Previous by thread: Editting an existing e-mail account in Microsoft Entourage using AppleScript
  • Next by thread: Re: Editting an existing e-mail account in Microsoft Entourage using AppleScript
  • Index(es):
    • Date
    • Thread