Palm Desktop & Eudora
Palm Desktop & Eudora
- Subject: Palm Desktop & Eudora
- From: Will Gosney <email@hidden>
- Date: Wed, 27 Feb 2002 23:50:45 -0500
Hi
I have been trying to get the following script to work:
tell application "Palm Desktop"
set strFullname to full name of address 0
set strEmail to text of address 0
end tell
set pTheAddress to strFullname & " <" & strEmail & ">" as string
tell application "Eudora"
activate
make message at end of mailbox "Out"
tell message ""
set field "to" to pTheAddress
set field "subject" to thetest
end tell
end tell
-------------------------
For some reason, Palm desktop 2.6.3 chokes on the word "text"
I am using Script editor 1.1.3 on OS 8.6. If I need a newer version
or something where can I get it?
TIA
Will
_______________________________________________
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.