Re: Making a new incoming message in a folder in Entourage
Re: Making a new incoming message in a folder in Entourage
- Subject: Re: Making a new incoming message in a folder in Entourage
- From: John Delacour <email@hidden>
- Date: Sun, 18 Aug 2002 02:22:50 +0100
At 7:17 pm -0300 17/8/02, Bill Briggs wrote:
It does seem counter-intuitive to be making incoming messages (is
that what you do when you're lonely and want to get mail?), but in
fact you can do this with Eudora. I have no idea if it's possible to
do it with Entourage.
One reason you might do this in Eudora would be in order to compose
an incoming message in one fell swoop in order to "send again" and
delete it once the new outgoing message was created. This is not
only very fast but allows the creation of styled messages, which is
otherwise impossible with AE.
set s to "To: you@there
Subject: Just a bit of fun!\r
<html><font color=\"#ff0000\">Entourage? :-<</font></html>"
tell app "Eudora"
set m to make message at end of mailbox 1 with data s
set m2 to send again m
move m to end of mailbox 3
end
JD
_______________________________________________
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.