Delete from Server

R

Roger Eriksen

I would like to selectively delete messages from my ISP server in Entourage.
At the moment I seem to be able to delete messages one by one, but I can't
seem to select a few at a time to delete. Can't find any documentation on
this.
 
B

Barry Wainwright

I would like to selectively delete messages from my ISP server in Entourage.
At the moment I seem to be able to delete messages one by one, but I can't
seem to select a few at a time to delete. Can't find any documentation on
this.

You can select more than one (or at least, it used to be possible). However,
ALL the selected messages must be on the server for the command to work.

As an alternative, try this script:

Tell app "microsoft entourage"
Set theMessages to current messages
Try
Set connection action of themessages to remove at next connection
End try
End tell
 
Top