Re: Scripting Entourage
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