*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hiro,

Ask and you shall receive.

====
tell application "PowerMail"
        set theMessages to current messages
        repeat with msg in theMessages
                set s to source of msg
                tell application "BBEdit"
                        make new window
                        set contents of front window to s
                end tell
        end repeat
end tell
====

====
tell application "PowerMail"
        set theMessages to current messages
        repeat with msg in theMessages
                set s to source of msg
                tell application "TextEdit"
                        make new document at the beginning of documents with 
properties {text:s}
                end tell
        end repeat
end tell
====

Unfortunately you don't see attachments but it does get you the source of
the message.

-- 
Andy Fragen

On Tue, Mar 9, 2004, A-NO-NE Music said:

>I only wish PM offers View Source!


Reply via email to