Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Entourage drop box to send files



> I am looking for an Entourage drop box script to send files ...?

Hmmm... I don't know!

> So all files dragged into a folder get sent as an attachment to one email
> address with the subject and body produced from the name of the file?


--> untested code. you may add error trapping and blah

on adding folder items to thisFolder after receiving addedItems
repeat with i in addedItems
set iName to name of (info for i)
tell application "Microsoft Entourage"
make new outgoing message at out box folder with properties
{subject:iName, recipient:"email@hidden", attachment:i}
send result
end tell
end repeat
end adding folder items to


jj
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.