Re: Scripting Eudora personalities
Re: Scripting Eudora personalities
- Subject: Re: Scripting Eudora personalities
- From: Bill Briggs <email@hidden>
- Date: Fri, 11 Oct 2002 21:55:10 -0300
At 4:22 PM -0500 11/10/02, Dr. Max Bonilla wrote:
You say it is possible, pray tell!
A good demonstration of the weird syntax Eudora sometimes requires.
The conventional approaches don't work, so it's little wonder you
couldn't get it. At least the dictionary is accurate, so there is a
clue there to what you have to do.
tell application "Eudora"
set newmessage to (make message at end of mailbox "Out" of
mail folder "")
set pRef to a reference to personality "DesiredPersonality"
set personality of newmessage to pRef
--set field "To" of newmessage to "some nickname"
end tell
- web
_______________________________________________
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.