Re: Misc Eudora questions
Re: Misc Eudora questions
- Subject: Re: Misc Eudora questions
- From: John Delacour <email@hidden>
- Date: Mon, 5 Aug 2002 09:56:20 +0100
At 9:10 am +0200 5/8/02, Juergen Schell wrote:
Is my Eudora different?
In version 5.1, the direct way
------ begin of script ----------
tell application "Eudora"
set myMessage to (make new message at end of mailbox "Out")
tell myMessage
set field "To" to "email@hidden"
set field "Subject" to "this is a test"
set field "" to "This is a test for X-Headers"
set field "X-MyTestHeader" to "blablabla"
end tell
end tell
-------- end of script ------------
simply works, both with OS 9 and OS X.
You're quite right! I'll try that with 3.1.3 and see if it works.
You never know -- it may always have been possible, but I don't think
so.
By the way, you know you never need to send messages out to see the
result; you can just send them to the desktop with a special
personality and read them immediately. In fact you could automate it
so that the raw message for sending immediately opened for you in a
text window.
JD
_______________________________________________
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.