Apparently, you can display the folder without having the Preview Pane open. If so, the first method ought to work. What result does it give you?
> But the problem is with the message, not the folder. So: > > 1. Open Entourage. > 2. Command-1 to open the mail browser window. I am presuming that the Outbox > folder is not yet selected, although the Preview Pane may be open. If he PP > is open and the Out box is selected, the message will try to display and > you'll crash...in that case, see Option 2 below. > 3. Close the preview pane with the View menu. > 4. Select the Outbox; you will get just the message listed... > 5. Delete the message. > 6. Empty your Deleted Items folder to get rid of it permanently. On or near 4/23/02 5:16 AM, Richard Perlman at [EMAIL PROTECTED] observed: > X-Mailer: QUALCOMM Windows Eudora Version 5.1 > Allen: > > > Thanks for the idea. With the preview pane closed, the script ends with a: > "Microsoft got an error: An error of type 16001 has occurred." With the > preview pane open, E'rage just crashes. > > Thanks anyway, sigh. > > Richard > > At 07:01 PM 4/22/2002 -0700, Allen Watson wrote: >> OPTION 2: >> >> If the Outbox folder is already open with a preview pane, so you cannot get >> the message to display just in a folder listing, open Script Editor and run >> this script: >> >> tell application "Microsoft Entourage" >> set m to every message of the out box folder >> repeat with aMsg in m >> delete aMsg >> delete aMsg -- Gets it permanently >> end repeat >> end tell > -- My web page: <http://home.earthlink.net/~allenwatson/> My scripts page: <http:homepage.mac.com/allenwatson> Microsoft MVP for Mac Entourage/Word--<[EMAIL PROTECTED]> -- 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/>
