Title: Re: Pdf-script
On 17-2-2003 22:38, "Barry Wainwright" <[EMAIL PROTECTED]> wrote:

The syntax for dealing with messages and attachments is different between mail & Entourage. Try this:

on open these_items
   tell application "Microsoft Entourage"
        set new_message to (make new outgoing message)
        repeat with aFile in these_items
           make new attachment at new_message with properties {file:aFile}
        end repeat
   end tell
end
open

--
Barry Wainwright
Microsoft MVP (see http://mvp.support.microsoft.com for details)
Seen the Entourage FAQ pages? - Check them out:
  <http://www.entourage.mvps.org/toc.html> <http://www.entourage.mvps.org/toc.html>



Okay, that worked out fine. Thanks Barry!

-- Paul van den Hooven
OSX 10.2.4, EvX 10.1.1.

Never forget your dreams. When dreams end, legends end. And when legends end, greatness ends. (Korczak Ziolkowski)


Reply via email to