tell application "PowerMail"
set theMessages to current messages
repeat with msg in theMessages
-- put your code here to do something on each message msg
set theText to the content of msg
...
George Henne
NS BASIC Corporation
http://www.nsbasic.com
> I'm trying to write an AppleScript to forward emails. I need to
>forward headers, so I need to open the message (which works), select
>the contents (which I can't get to work), and then forward it (which
>doesn't seem to work), optionally forwarding to a specific address.
>How do I get PowerMail to select the contents of an open message? I've
>tried quite a few combinations...
>
>
>
>Brian
>
>
>
>