For incoming mail : I can't seem to find the command to get the "to:" field
in a message.... (to put on the clipboard)

tell application "Microsoft Entourage"
    set theMessage to the displayed message of the front window
    
    set theSender to sender of theMessage
    
    set towho to ???account/or/recipient??? of theMessage
    
    set the clipboard to theSender & "-" & towho
    
end tell

-- 
Thanks,

RevDave
http: //www.Domains4Days.com


-- 
To unsubscribe:           <mailto:[EMAIL PROTECTED]>
To search the archives: 
          <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to