Paul,

You're amazing.  That was at least half the script, so it might as well be
submitted under your name.  Thanks.  =)

Quick question, though, any reason not to just use the last 4 commands (in
your code snippet not including the "end if") for all message types?  It
seems to work just fine.

Also, is there a way to wipe the To: field in the newMsg?

Thanks again.

- Bryan

ps. Out of curiosity, what's the "Redirect" command for then?



> Here's how to do all that, Brian:
> 
> 
> if class of theMsg is outgoing message then
>   if delivery status of theMsg is sent then
>       set newMsg to duplicate theMsg to drafts folder
>       set delivery status of newMsg to unsent
>       open newMsg
>   else
>       resend theMsg
>   end if
> else -- incoming message
>   set theSource to source of theMsg
>   set theAccount to default mail account -- or account of theMsg, as you
> prefer
>   set newMsg to make new outgoing message at drafts folder with properties
> {account:theAccount, source:theSource}
>   open newMsg
> end if


-- 
To unsubscribe:               <mailto:[EMAIL PROTECTED]>
To search the archives: 
          <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to