can't delete message

L

lisa

I am trying to delete a message (which is now in the draft folder) with
some very large attachments and everytime I select it Entourage freezes
and I have to do a force quit. I have tried to move it to the
trash--same response. I created another message (very small) in the
draft folder to see if I could delete that--same response. I read a
similar posting but did not understand the response (pasted below):

Try running this script with that message selected:
tell application "Microsoft Entourage"
set cm to current messages
repeat with msg in cm
delete msg
try
delete msg
end try
end repeat
end tell
 
L

lisa

I got my own question answered. I selected the draft folder (did not
select the actual message). Went to VIEW then to PREVIEW PANE and then
selected NONE. With the message not trying to open up I could select
it then delete EASILY!
 
Top