On 12/9/06 02:50, "Walt Atwood - G3" <[EMAIL PROTECTED]> wrote:

> For years, I used an AppleScript for Entourage, SpamReporter Script. The
> last version I know of was v. 1.5.
> 
> This script allowed me to select spam, either as individual messages or
> multiples, pull down the script from Entourage's AppleScript menu, and the
> script would automatically forward the spam (with long headers) to the
> Federal Trade Commission before moving it all to the Deleted Items folder.
> 
> Maybe all that was overzealous, maybe not. Others can argue about that.
> 
> I'd like to find a script that will automatically delete any messages I
> select (and eliminate them from the Deleted Items folder) if possible. Does
> any such script exist?
> 
> I tried visiting an AppleScript site a while back, and I found it difficult
> to find what I was looking for.
> 
> --WA

You're probably looking for a script called "Nuke Messages" that goes
something like this:

Tell app "microsoft entourage"
Set theMessages to current messages
Try
Delete themessages
Delete themessages
End try
End tell

This will remove any selected messages from a mailbox _and_ the deleted
items folder.

-- 
Barry Wainwright
Microsoft MVP (see http://mvp.support.microsoft.com for details)
Check out the Entourage User's WebLog for hints, tips and troubleshooting
<http://homepage.mac.com/barryw/weblog/weblog.html>



-- 
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/>

Reply via email to