Cannot delete emails from Outlook Express. Help, please!

OK, stuck in my Outlook Express again. Someone sent me 2 emails that I can't remove. Help, please! I'll save the news this time, since it seems to happen more. Why? Beyond me!

Don't worry about what Vijay suggests until you move all messages from the Inbox you want to keep.  His suggestion will scan all messages in your Inbox.

If you are unable to delete e-mails, your deleted items folder go corrupt.  Move anything out of this folder that you want to keep, then close OE and delete the deleted items.dbx file.  OE will create a new.

Steve

Tags: Windows

Similar Questions

  • I can't delete emails from outlook express

    I can't delete emails from outlook express.  I press the button Delete and nothing happens.  Any suggestions?

    Deleted items is probably damaged. On the off chance that you want messages to be saved in deleted items, (a garbage can), move them to a local folder, you create and then follow these steps.
     
    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.
     
    In Windows XP, the files of user OE (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.
     
    With OE closed, find the DBX file for deleted items and delete it.  Another will be created automatically when you open OE.
     
     
     
    General precautions for Outlook Express:
     
    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.
     
    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095
     
    After you're done, followed by compacting your folders manually while working * off * and do it often.
     
    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.
     
    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the processors and causes a multitude of problems such as time-outs and account setting changes. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3
     
    In tools | Options | Maintenance: Uncheck Compact messages in the background box and let it unchecked. {N/a if running XP/SP2}.
     
    And backup often.
     
    Outlook Express Quick Backup (OEQB):
    http://www.oehelp.com/OEBackup/default.aspx 
  • cannot delete emails in outlook express

    Original title: outlook express

    cannot delete emails from the Inbox

    1. move all the messages you want to keep out folders, sent items and deleted items, and in other local OE folders you have created for archiving (backup) of such messages.

    1B. move 99% of your messages in your Inbox folder to other folders the of OE, too.

    2. Note the location of the store of your identity (http://www.insideoe.com/files/store.htm#storemain).

    2B. turn on "Show hidden folders and files" via start | Control Panel | Folder options | View (seehttp://www.bleepingcomputer.com/tutorials/tutorial62.html).

    3. close OE.

    4. in Windows Explorer, navigate to your storage folder, find & removeOutbox.dbx, Sent Items.dbxand Deleted Items.dbxfile.

    To avoid such problems in the future, comply with the following restrictions:

    N ' not use Inbox or sent items to archive messages.  Move them to local folders created for this purpose.

    -Empty the deleted items folder daily.

    -Frequently perform a manual compact of all OE while records that "work offline".  More onhttp://www.insideoe.com/files/maintain.htm

    -Do not cancel automatic compacting, where it would happen and do not try to close OE via Manager tasks or stop your Automatic compaction machine can take place.

    -Disable e-mail scanning in your antivirus application.  It can cause corruption (i.e., loss of messages) and offers no additional protection:

    Why you don't need your anti-virus to scan your email
        http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I can't delete emails from outlook express, pop box says up point cannot be deleted

    I have a lot of emails and Outlook express will not let me delete one of them. A box appears and tells the message cannot be deleted?

    Deleted items is probably damaged. On the off chance that you want messages to be saved in deleted items, (a garbage can), move them to a local folder, you create and then follow these steps.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, the files of user OE (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    With OE closed, find the DBX file for deleted items and delete it.  Another will be created automatically when you open OE.

    To avoid this in the future:

    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.

    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095

    After you're done, followed by compacting your folders manually while working * off * and do it often.

    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.

    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the processors and causes a multitude of problems such as time-outs and account setting changes. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3

    In tools | Options | Maintenance: Uncheck Compact messages in the background box and let it unchecked. {N/a if running XP/SP2}.

    And backup often.

    Outlook Express Quick Backup (OEQB):
    http://www.oehelp.com/OEBackup/default.aspx

  • Cannot delete mail from outlook express inbox but the mail has been removed from the Simulator?

    Hello

    I have configured my Blackberry (JDE 4.5) ESS Simulator to Outlook Express.  And iam trying to delete an email, I can able to remove a mail of simulator of blackberry using code below.  But always deleted mail is on display in outlook express.  So, how do I remove outlook e-mail as well.

    Advanced thank you for your help.

     Message orginalMessage = e.getMessage();
         Folder messageFolder = orginalMessage.getFolder();
         String subject = orginalMessage.getSubject();
         System.out.println("New Message Subject :: "+subject);
         System.out.println(subject.indexOf("Hi"));
         if (messageFolder.getType() == Folder.INBOX) {
                System.out.println("Message has arrived into INBOX");
         }
         if (subject.indexOf("Hi")!=-1) {
             System.out.println("---This new message having Hi, so it will be delete from Inbox---");
             messageFolder.deleteMessage(orginalMessage);
         }
    

    (SEA) mail server Simulator support email address reconciilation, so you won't see messages deleted in Outlook.  To test this, you will need to use a BlackBerry Enterprise Server or BlackBerry Internet Service account.  The following link explains how to connect a BlackBerry to BlackBerry Enterprise Server Simulator.

    To-connect the device with BlackBerry Enterprise Server BlackBerry Simulator
    Article number: DB-00049

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800738/800792/801083/...

  • Cannot open emails from Outlook Express on Windows 7

    Original title: Outlook express on exploere8

    I just bought a new computer which has windows 7 and explorer 8 is installed, my old computor was an outlook express program that has lots of emails stored in it. I don't seem to be able to open these emails outlook express doesn't automatically come with explorer8?

    Outlook Express is an e-mail Client program.  Internet Explorer is a web browser.  They are completely different animals.

    Windows 7 computers lack any e-mail client program (unless the manufacturer of the computer or the seller has installed a). Therefore, you will need to download and install your own choice email client.

    Microsoft to promote Windows Live Mail, the free successor to Outlook Express.  You can download the program ofhttp://download.live.com.   WLMail belongs to the series of programs, Windows Live, which includes Windows Live Messenger, etc.. However, you just install the items you need.

    At present, there are two versions of WLMail available for download.  The latest stable version of the suite of programs live was "Wave 3"(version number 14.0.8117.0416).  However, you also have the option to install the version 'Wave 4' of the various programs.  I have no experience of the Wave 4 programs (which are beta (or test) releases), so cannot advise.

    Once you have installed WLMail, you will need to copy the messages from your old computer to Win XP files in a directory on your new Windows 7 computer.  Then, you will be able to open WLMail and click on file / import - import messages and other data.  With the version of Wave 3, the menu bar (which provides the file / edit / view / go / tools / Actions & help commands) is hidden by default.  To display the menu bar on an ad hoc basis, press Ctrl. To display the menu bar, click Alt and M together. Then, press M (or select "Show menu bar").

    You will find further instructions to the http://windows.microsoft.com/en-US/windows7/importing-your-e-mail-contacts-and-calendar-into-windows-live-mail. However, a Google search led me to www.pcdon.com/080113OutlookExpress-WindowsLiveMail.html, which you can find easier to understand.

    "kitchenman1" wrote in the new message: * e-mail address is removed from the privacy... *

    I just bought a new computer which has windows 7 and explorer 8 is installed, my old computor was an outlook express program that has lots of emails stored in it. I don't seem to be able to open these emails outlook express doesn't automatically come with explorer8?

  • cannot delete emails in Outlook Express 6.0

    I am running MS Office XP Professional.  I was using Outlook Express 6.0 for months without problems.  Since this morning, I can't delete emails.

    There are Outlook in Office XP and Outlook Express in the XP operating system.

    Ask in the newsgroups below:

    http://www.Microsoft.com/communities/newsgroups/list/en-us/default.aspx?DG=Microsoft.public.outlookexpress.General&cat=en_us_67ae557e-CEEA-4691-9CF6-efbe673e7b70&lang=en&CR=us

    Discussions in microsoft.public.outlookexpress.general

    http://www.Microsoft.com/Office/Community/en-us/flyoutoverview.mspx

    Office newsgroups

    http://www.Microsoft.com/Office/Community/en-us/default.mspx?DG=Microsoft.public.Outlook.General&lang=en&CR=us

    Discussions of Questions General Outlook

    XP discussion groups:

    http://www.Microsoft.com/windowsxp/expertzone/newsgroups/reader.mspx?DG=Microsoft.public.WindowsXP.General

    Link above is to the XP newsgroups.

    There is a list of groups of discussion XP to the bottom of the left column.

    You get the help you need there.

    Here is the Vista Forums.

    See you soon

    Mick Murphy - Microsoft partner

  • Cannot delete emails in Outlook Express 6 - freezes up

    Hi there, I'd appreciate any help that can be offered.  When I go into my Inbox, and you try to delete all the emails, the computer freezes.  I am able to send and create email, just impossible to remove.  Help, please.

    FYI-I am very computer illiterate so please include a simple explanation or step by step!

    Thanks in advance

    Staci

    Often the result of corruption of the Inbox folder.  Move/copy all messages from the Inbox you want to keep to another folder, search for Inbox.dbx (you will need to activate the search system folders and system files / hidden), and then rename or delete when you find it.  At the next start of OE, it will create an empty Inbox.  You can then drag any message that you want in it, and you should be able to delete messages from it again.

    HAL
    --
    HAL Hostetler, TCE
    Engineer senior/UPDATED--MS MVP-Print/Imaging - WA7BGX
    www.kvoa.com - KVOA television, Tucson, AZ.
    Live Hot Licks - www.badnewsbluesband.com
  • Cannot delete emails in Outlook Express 6.

    Until last week, I could delete e-mails when received. Now, I'm happy if I can remove two a day leaving up to 50 emails a day cloggging my Inbox. Version of Outlook Express 6 XP 5.1 of ideas?

    Your deleted items folder is probably corrupted.  The best thing to do is to back up your messages (see www.oehelp.com/OETips.aspx#6) and then click on file | Identities and setup a new identity, which will give you a completely empty and filial together records.  Then add your email account and when it works fine, then click file | Import | Messages and point to the old identity to get them across the oldest.

    Steve

  • My printer cuts left, emails from Outlook Express, but is OK to print WORD documents. Is someone can you please help me solve this problem?

    My printer cuts left, emails from Outlook Express, but is OK to print WORD documents. Is someone can you please help me solve this problem?

    I have Windows XP.

    really grateful for any advice.

    Concerning

    Spender 9

    OE uses IE settings.  Then configure things in IE (margins and others) and it should then apply to the when you print from OE.

    Steve

  • Cannot receive or delete emails in Outlook Express

    I am unable to receive or delete emails in Outlook Express

    I get the following error messages after hitting the send/receive button:

    An unknown error has occurred. Account: 'mail.optusnet.com.au', server: 'mail.optusnet.com.au', Protocol: POP3, Port: 110, secure (SSL): no, error number: 0x800C0133An unknown error has occurred. Account: 'mail.optusnet.com.au', server: 'mail.optusnet.com.au', Protocol: POP3, Port: 110, secure (SSL): no, error number: 0x800C0133

    An unknown error has occurred. Account: 'optusnet', server: 'mail.optusnet.com.au', Protocol: POP3, Port: 110, secure (SSL): no, error number: 0x800C0133

    Everything I try to do, I can't delete emails.

    You are the very welcome.

  • Cannot send emails with Outlook Express

    original title: I AM NOT ABLE to SEND EMAIL WITH OUTLOOK EXPRESS but CAN RECIEVE I AI PARLEES WITH OPTUS AND CHECXKED all THE SETTINGS AND ARE OK

    I CHECKED WITH OPTUS OUR CARRIER AND WE CANNOT SEND EMAILS VIA OUTLOOK EXPRESS, THEY SEEM TO THINK THAT IT MAY BE A PROBLEM WITH OUTLOOK CAN ONLY HELP PLEASE

    I CHECKED WITH OPTUS OUR CARRIER AND WE CANNOT SEND EMAILS VIA OUTLOOK EXPRESS, THEY SEEM TO THINK THAT IT MAY BE A PROBLEM WITH OUTLOOK CAN ONLY HELP PLEASE

  • Error: "some errors have occurred during the processing of requested tasks". Sending emails from Outlook Express

    Original title: Repetitivet sending emails from Outlook Express

    When sending emails from my Outlook Express , the following occurs:

    (1) as usual, send the message falls into my Outbox and begins to be sent.

    (2) when the message was sent, I get a message that "some errors occurred while processing requested tasks" but no actual errors are displayed.

    (3) the sent items folder does not show that a message has been sent... but a message has been sent.

    (4) the original message remains in my Outbox and will be sent over and over again.

    As you can imagine, it's a very embarrassing problem.  All suggestions are welcome, but please keep the instructions clear and simple.

    Ed *.

    Hello

    Windows XP Service Pack 2 is installed on your computer? To work on this question, see these steps.

    It seems that there is a corruption of dbx file.

    I suggest you go over your messages out of the Inbox, and then create new folders Outbox and sent items after you move the messages you want to save to a local folder that you create.

    Reference:

    (a) click onTools

    (b) thenOptions

    (c) selectMaintenance

    (d) Record Store will reveal the location of your Outlook Express files.

    (e) Note the location and navigate on it in Explorer Windows or, copy and paste to start and select run.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden.

    To view these files in Windows Explorer, you must enable Show hidden files and folders

    Reference:

    (a) clickStart

    (b) Control Panel

    (c) Folder Options icon

    (d) notice, or in Windows Explorer

    (e) Tools

    (f) the Folder Options

    ( viewof g).

    With Outlook Express closed, find the DBX files for the items in the Outbox and sent and delete them. New ones will be created automatically when you open Outlook Express.

    After you're done, followed by compacting your folders manually while working * off * and do it often.

    Reference:

    (a) clickOutlook Express at the top of the the folder tree so no folders are open.

    (b) click onthe file

    (c) work offline (or double click working online in the status bar).

    (d) file

    (e) file

    (f) compact all folders. Wait for the compaction to complete.

    General precautions for Outlook Express:

    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend about a300 MB max for less risk of corruption.

    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095

    Compact often as specified above.

    Reference:

    (a) in the Tools

    (b) selectOptions

    (c) maintenance:

    (d) uncheck Compact messages in the background and leave it unchecked. (N/a if running XP/SP2).

    And backup often.

    See also: error messages when you send and receive in Outlook and Outlook Express http://support.microsoft.com/kb/813514

    An Outlook Express basic repair kit

    http://support.Microsoft.com/kb/2398839

    Hope the information is useful.

  • remove the old username of email from outlook Express

    How to remove an old email from Outlook express identities; lost password

    How can I delete an identity if I forgot the password?
    http://www.insideoe.com/FAQs/how.htm#delnopass

  • can't print emails from outlook express comes up with error line2253

    can't print emails from outlook express comes up with error

    line 2253

    See if this helps:

    www.oehelp.com/OETips.aspx#12

    You can print from IE?  OE uses the IE print engine, so test this.

    Steve

Maybe you are looking for