Scripting Entourage
Scripting Entourage
- Subject: Scripting Entourage
- From: John H Moody <email@hidden>
- Date: Tue, 04 Dec 2001 10:01:51 -0800
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