> I haven�t yet read all the recent postings so apologies if this has been
> answered already. A Rule for this would be nice, but I for one would love to
> receive even an AppleScript that can in some way mark a lot of email as
> �Delete Message From Server On Next Connection� and then have the option of
> either moving to Deleted Items folder or leaving in Inbox. There are plenty
> of times when I need to leave somthing in the Inbox to read later but would
> like to clear from my server (which I use as backup storage or for
> downloading to another office computer). Have any of the Script experts
> written something I can be sent? Much appreciated.
I've used the following since the OE days (changing the tell-line for 'rage,
of course)...
tell application "Microsoft Entourage"
set theMsgs to current messages
repeat with theMsg in theMsgs
set connection action of theMsg to remove at next connection
end repeat
end tell
- B
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>