Has anyone a script to send a print job to PowerMail through PDF Services?

Failing that, can anybody tell me why this one leads to a printer error?

on open these_items
        tell application "PowerMail"    
                make new message new_message
                tell new_message
                        tell content
                                repeat with i from 1 to the count of these_items
                                        set this_file to item i of these_items
                                        make new attachment with properties 
{name:this_file} at before the
first character
                                end repeat
                        end tell
                end tell
        end tell
end open

Charles Maurer

-------------------------------------------------------------
5 Grandview Court
Dundas, Ontario
Canada  L9H 5C8
Telephone:  905.627.7035
-------------------------------------------------------------
This message originates from a Microsoft-free zone.
-------------------------------------------------------------


Reply via email to