forwarding in Eudora II
forwarding in Eudora II
- Subject: forwarding in Eudora II
- From: Robert Poland <email@hidden>
- Date: Tue, 14 Oct 2003 10:01:12 -0600
Chapter II,
tell application "Eudora"
set m to a reference to message -1 of
mailbox 1 -- last message of "in" box
Mailbox 1 seems to be a random thing.
set mm to forward message m
set field "to:" of mm to "uce-ftc.gov"
queue message mm
Get an alert box here;
"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)"
-- if exists alert then
-- select button "both"
-- end
delete m
end tell
"Eudora got an error: last message of mailbox 1
doesn't understand the delete message."
Don't see anything in the dictionary to deal with
alerts and "Delete" is in the dictionary.
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.