OK, it's 'set source of msg'.
Anyway, here's a script.
tell application "PowerMail"
set theMessages to current messages
repeat with msg in theMessages
set s to source of msg
tell application "BBEdit 6.5"
make new window
set contents of front window to s
end tell
end repeat
end tell
Enjoy.
--
Andy Fragen
On Tue, Nov 11, 2003, Andy Fragen said:
>This actually should be possible with a script to get 'the content of
>msg'. I've been looking to create a simple script to do this but haven't
>quite gotten around to it. I'll try to do it today and post it here.