Re: forwarding in Eudora
Re: forwarding in Eudora
- Subject: Re: forwarding in Eudora
- From: Emmanuel <email@hidden>
- Date: Tue, 14 Oct 2003 17:01:50 +0200
At 7:37 AM -0600 14/10/03, Robert Poland wrote:
>
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.
Of course, you are changing the original message ...
I'm afraid you should say "set mm to forward message m" and then on use "mm" as the reference to the new message.
Emmanuel
_______________________________________________
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.