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

Entourage scripting question


  • Subject: Entourage scripting question
  • From: James Wondrasek <email@hidden>
  • Date: Thu, 12 Dec 2002 12:42:50 +1100

I am trying to do something simple - create a new contact in Entourage,
but the email field keeps getting mangled. Below is the code:

tell application "Microsoft Entourage"
set theBusinessAddress to {street address:"123 Thing Street", city:"Sydney", state:"NSW", zip:"2000"}
set newContact to make new contact ,
with properties {business address:theBusinessAddress, first name:"Testf", last name:"Testl"}
make new email address at newContact with data {display name:"Testing test", address:"email@hidden"}
end tell

The resulting email address in Entourage is:

dle2TEXT:dspnTEXT Testing testaddrTEXT
email@hidden

which looks a bit different in a one line field.
I've tried make with properties, but Entourage doesn't seem
to like that. Any suggestions?

thanks for your help,

James
--

Simpsons Solicitors
Suite 1202, 135 Macquarie Street, Sydney, Australia, 2000, Telephone: +61 2 92473473 Facsimile +61 2 92473442
www.simpsons.com.au


This communication is confidential and may contain legally privileged information. If you are not the named or intended recipient, kindly delete this communication and contact us as soon as possible. Please note you are not authorised to copy, use or disclose this communication or any attachments without our consent. There is a risk that email messages may be corrupted or infected by viruses or other interferences and we accept no responsibility for such interference. Copyright Simpsons Solicitors 2002.
_______________________________________________
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.
  • Follow-Ups:
    • Re: Entourage scripting question
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Coerce Text to Date
  • Next by Date: Re: Entourage scripting question
  • Previous by thread: Re: Coerce Text to Date
  • Next by thread: Re: Entourage scripting question
  • Index(es):
    • Date
    • Thread