Re: forwarding in Eudora II
Re: forwarding in Eudora II
- Subject: Re: forwarding in Eudora II
- From: Robert Poland <email@hidden>
- Date: Tue, 14 Oct 2003 13:58:09 -0600
>
At 10:01 AM -0600 14/10/03, Robert Poland wrote:
>
> set field "to:" of mm to "uce-ftc.gov"
>
>
IIRC you need to drop the colon in your field designation.
>
>
Writing it thus
>
>
set field "to" of mm to "uce-ftc.gov"
>
>
should give you a recipient.
>
>
- web
Guess I wasn't clear, "to" and "to:" both work.
queue message mm
Gives an alert box (if the message has styles in it);
"The message "+No Recipient;, 9:45AM 10/14/03,
Fwd: forwarding in Eudora II" has styles in it.
You can send just styled mail,just plain text
mail (no styles, no links, no bars, no inserted
graphics) or you can send both.
( Cancel) ( Both) (Plain Only) (Styled Only)"
delete m
"Eudora got an error: last message of mailbox 1
doesn't understand the delete message." "Delete"
is in the dictionary.
Don't see anything in the dictionary to deal with buttons and alerts.
**** script as it is now.
tell application "Eudora"
set m to a reference to message -1 of
mailbox 1 -- last message of "in" box
set mm to forward message m
set field "to:" of mm to "uce-ftc.gov"
queue message mm
-- if exists alert then
-- select button "both"
-- end
delete m -- doesn't work
end tell
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.