Title: Re: Upgrading to Entourage X
On 4/3/03 10:11 AM, "Paul Bentley" <[EMAIL PROTECTED]> wrote:
> I'm quite happy with the deleted items being trashed on shutdown, but it's
> made me think that I'd also like my Junk folder to be automatically emptied
> too. Is there an existing script for this, or can someone please show me how
> to construct one?
I like to scan my folder first for good mail, then I run a script to automatically delete.
This script will permanently delete a message.
tell application "Microsoft Entourage"
��� set theMsgs to (current messages ) -- selected messages
��� repeat with theMsg in theMsgs
������ delete theMsg -- puts in Deleted Items folder
������ try -- in case theMsg already in Deleted items
��������� delete theMsg -- deletes completely
������ end try
��� end repeat
end tell
--
Diane Ross
MVP Entourage (MVPs are volunteers)
Entourage Help Page
<http://www.entourage.mvps.org/>
- Re: Applescript question - command... Paul Berkowitz
- Re: Applescript question - command... Allen Watson
- Re: Applescript question - command... David Morganstein
- Re: Applescript question - command... Paul Berkowitz
- Re: Applescript question - command... Allen Watson
- Re: Upgrading to Entourage X Allen Watson
- Re: Upgrading to Entourage X Paul Bentley
- Re: Upgrading to Entourage X Allen Watson
- Re: Upgrading to Entourage X Paul Berkowitz
- Re: Upgrading to Entourage X Mickey Stevens
- Diane Ross
