Re: Eudora: sending to more than 50 recipients
Re: Eudora: sending to more than 50 recipients
- Subject: Re: Eudora: sending to more than 50 recipients
- From: Will Gosney <email@hidden>
- Date: Wed, 14 Nov 2001 21:27:14 -0500
At 6:58 PM -0700 10/23/01, Chris Page wrote:
nigh on 2001.10.23 5:12 PM, Will Gosney at email@hidden wrote:
using terms from application "Palm Desktop"
When I checked the syntax of your new script, a syntax error dialog
box came up saying "A identifier can't go after this identifier."
referring to "using terms"
Make sure you have the latest version of AppleScript (1.6). "using terms
from" is not in older versions (I'm not sure which version it was
introduced, exactly, but 1.6 works for sure).
set fullName to full name of address 0
at "name" , "expected end of line, etc. but found property. &
"expected end of line, etc. but found number.
Make sure you have the latest version of Palm Desktop (2.6.3). The
AppleScript dictionary changed somewhere around 2.6.
--
Chris Page
Mac OS Lead, Palm Desktop
Palm, Inc.
I'm still trying to get this to work, without any success. When I
modified the existing script, it didn't show up in the menu in the
Palm Desktop
This is what I have so far:
tell application "Palm Desktop"
set strFullname to full name of address 0
--the script chokes on this text
set strEmail to text of address 0
end tell
tell application "Eudora"
activate
+event MManCRML; given +class SUBJ;:"", +class RECP;:{{+class
RCNM;:strFullname, +class RCAD;:strEmail, +class RCTP;:0}}
end tell
-----------------
Do you have to have OS 9.1 to use applescript 1.6? I'm still using
OS 8.6. Applescript 1.3.7