Re: Misc Eudora questions
Re: Misc Eudora questions
- Subject: Re: Misc Eudora questions
- From: Rob Jorgensen <email@hidden>
- Date: Mon, 5 Aug 2002 10:00:53 -0400
On 8/5/02, Juergen Schell commented:
4. Setting x-headers
To set X-Headers you need to have my Extra-Headers plug-in installed.
You should find it on the web.... but I can't, so I'll make another
>one.
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 ------------
Well I'll be a dirty rotten sonnuva~%^**&!! This is too easy! Thanks! :-)
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.