forwarding in Eudora
forwarding in Eudora
- Subject: forwarding in Eudora
- From: Robert Poland <email@hidden>
- Date: Tue, 14 Oct 2003 07:37:09 -0600
Hi,
Eudora 6.0, OS 10.2.8
I'm trying to script the forwarding of messages to uce-ftc.gov.
Here's what I've done so far.
tell application "Eudora"
set m to a reference to message -1 of mailbox 1 -- last
message of "in" box
forward message m
set field "to" of m to "uce-ftc.gov"
queue message m
end tell
The forward message is created, but the "to" field is not filled in.
I get an alert asking if I want to save the file that was never opened.
Eventually I would like to do a key command to forward the message
and delete the original.
TIA,
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.