Entourage scripting question
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:dspnTEXTTesting 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.