• 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: Scripting Entourage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting Entourage


  • Subject: Re: Scripting Entourage
  • From: Alain Content <email@hidden>
  • Date: Tue, 04 Dec 2001 20:23:15 +0100

Hey John !

This works -

set x to "email@hidden"

tell application "Microsoft Entourage"
activate
set theDraft to make new draft window
set to recipients of theDraft to x
end tell

Alain

> I'm trying to create a script which populates Microsoft Entourage's "to"
> recipient field with a pre-determined email address. Based on Entourage's
> dictionary, my script so far looks like this:
>
>
> Set x to "email@hidden"
>
> Tell application "Microsoft Entourage"
> activate
> make new draft window
> set to recipients to x
> End tell
>
> Entourage launches and opens a new draft window just fine, but results with
> the error "Microsoft Entourage got an error: Can't set to recipients to
> "email@hidden".
>
> If anyone has any experience with scripting Entourage, I'd be greatly
> appreciative of any advice.
>
> Thanks,
>
> John Moody
> email@hidden
> _______________________________________________
> applescript-users mailing list
> email@hidden
> http://www.lists.apple.com/mailman/listinfo/applescript-users


References: 
 >Scripting Entourage (From: John H Moody <email@hidden>)

  • Prev by Date: RE: interesting discovery (trying to get record labels as strings )
  • Next by Date: stationery and droplets
  • Previous by thread: Re: Scripting Entourage
  • Next by thread: stationery and droplets
  • Index(es):
    • Date
    • Thread