> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3268258995_81588
Content-type: text/plain; charset="ISO-8859-1"
Content-transfer-encoding: 8bit

GREETINGS,

HOW DO I DELETE ALL THE JUNK EMAILS LIST IN MY ENTOURAGE PROGRAM LOCATED IN
THE "MAILVIEWS" AREA IN UNREAD EMAILS FOLDER ??
SEEMS I MUST HAVE DELETED ALL THESE JUNK EMAILS WHEN I RECEIVED THEM INTO
MY INBOX, BUT FOR SOME REASON MANY ARE STILL LISTED
IN THIS FOLDER. I TRIED TO DELETE THEM, BUT THEY WILL NOT DELETE ­ FOR SOME
REASON THE ENTOURAGE PROGRAM WANTS TO KEEP THEM.

PLEASE ADVISE ­ THX :)

ADM
******************
adm2003@comcast.net




--B_3268258995_81588
Content-type: text/html; charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>HOW TO DELETE UNREAD JUNK EMAIL FROM MAILVIEWS AREA / UNREAD EMAILS =
??</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Tahoma"><SPAN STYLE=3D'font-size:12.0px'><B>GREETINGS,<BR>
<BR>
HOW DO I DELETE ALL THE JUNK EMAILS LIST IN MY ENTOURAGE PROGRAM LOCATED IN=
&nbsp;THE &quot;MAILVIEWS&quot; AREA IN UNREAD EMAILS FOLDER ?? <BR>
SEEMS I MUST HAVE DELETED ALL THESE JUNK EMAILS WHEN &nbsp;I RECEIVED THEM =
INTO MY INBOX, BUT FOR SOME REASON MANY ARE STILL LISTED <BR>
IN THIS FOLDER. I TRIED TO DELETE THEM, BUT THEY WILL NOT DELETE &#8211; FO=
R SOME REASON THE ENTOURAGE PROGRAM WANTS TO KEEP THEM.<BR>
<BR>
PLEASE ADVISE &#8211; THX :) <BR>
<BR>
ADM<BR>
******************<BR>
adm2003@comcast.net<BR>
</B><BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>


--B_3268258995_81588--

Re: HOW TO DELETE UNREAD JUNK EMAIL FROM MAILVIEWS AREA / UNREAD by Barry

Barry
Thu Jul 26 03:18:16 CDT 2007

On 26/07/2007 07:43, in article C2CDACB2.B8D7%adm2003@comcast.net, "Anna D.
Mikiewicz" <adm2003@comcast.net> wrote:

> GREETINGS,
>
> HOW DO I DELETE ALL THE JUNK EMAILS LIST IN MY ENTOURAGE PROGRAM LOCATED IN
> THE "MAILVIEWS" AREA IN UNREAD EMAILS FOLDER ??
> SEEMS I MUST HAVE DELETED ALL THESE JUNK EMAILS WHEN I RECEIVED THEM INTO MY
> INBOX, BUT FOR SOME REASON MANY ARE STILL LISTED
> IN THIS FOLDER. I TRIED TO DELETE THEM, BUT THEY WILL NOT DELETE ­ FOR SOME
> REASON THE ENTOURAGE PROGRAM WANTS TO KEEP THEM.
>
> PLEASE ADVISE ­ THX :)
>
> ADM
> ******************
> adm2003@comcast.net
>
>
>

I suspect that these emails are in the 'deleted items' folder, but still
unread. The 'unread emails' view could be edited to exclude the deleted
items folder (right-click or control-click on the mail view icon in the
folder listing to edit it), or you could just empty the deleted items
folder.

To trash junk messages without passing them into the deleted items folder,
you could use this 'nuke the junk mail' script:

-- Nuke the Junk Mail v1.2
-- A script for Microsoft Entourage v11
-- (will not work with vX)
-- an applescript by Barry Wainwright <mailto:barryw@mac.com>
-- This script released under a Creative Commons Attribution, NonCommercial,
ShareAlike 2.0 England & Wales License.
-- see <http://creativecommons.org/licenses/by-nc-sa/2.0/uk/> for full
details

-- 19/12/2003 - First version
-- 18/10/2004 - v1.1 Finally got round to adding IMAP accounts!
-- 27/01/2007 - v1.2 Added Exchange accounts as well

tell application "Microsoft Entourage"
-- Local Junk Mail
set theMail to every message of folder id 6
delete theMail
delete theMail

-- Imap Accounts
set IMAPaccounts to every IMAP account
repeat with anAccount in IMAPaccounts
try
set theMail to every message of folder "Junk E-Mail" of
anAccount
delete theMail
delete theMail
end try
end repeat

-- Exchange Accounts
set exchangeAccounts to every Exchange account
repeat with anAccount in exchangeAccounts
try
set theMail to every message of folder "Junk E-Mail" of
anAccount
delete theMail
delete theMail
end try
end repeat

end tell



Copy the script to a new script window in Apples 'Script Editor.app'. Save
the script as a compiled script & put it in the ?Entourage Script Menu
Items¹ folder in your ?Microsoft User Data¹ folder. The script can be
manually run from the menu or called as an action in a schedule.



--
BarryW
Microsoft MVP (see http://www.microsoft.com/mvp for details)
Visit the Entourage User's Weblog for hints tips & troubleshooting for
Microsoft entourage: http://www.barryw.net/weblog


Re: HOW TO DELETE UNREAD JUNK EMAIL FROM MAILVIEWS AREA / UNREAD by Diane

Diane
Thu Jul 26 15:55:19 CDT 2007

On 7/26/07 1:18 AM, in article C2CE1758.A3A4%barry@mvps.org.INVALID, "Barry
Wainwright [MVP]" <barry@mvps.org.INVALID> wrote:

>
> To trash junk messages without passing them into the deleted items folder,
> you could use this 'nuke the junk mail' script:

If you want to download a 'nuke' script:

<http://www.entourage.mvps.org/downloads/scripts/Nuke.zip>

Other favorite scripts can be found here:

<http://www.entourage.mvps.org/script/fav_scripts.html>
--
Diane Ross, Microsoft Mac MVP
Entourage Help Page <http://www.entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>