Verizon emails aren't downloading to my Outlook Express

I have tried shutting everything on and off, I have done live chat twice (it fixed while they were on the phone then, of course, stopped!)    Once they had me delete all large incoming mails and that worked for awhile.  Last time they temporarily disabled my firewall and that worked for awhile.   During that chat, he deleted all of my emails that WERE there so that he could start over fresh!   Now I have no emails on my outlook and have to go to verizon.net to see everything.   I really want to use the outlook express because all my contacts,etc are there and it saves a step.  Can anyone help me?  I've tried disabling hte firewall again and that isn't working this time.  I'm getting nothing.   Thank you!!

Hey lodonnell, try creating an new account with the same information which will make the new account #2 and if you new e-mails on the web your nem mails should transfer in if Outlook Express is working properly. 
Ron
Verizon Telecom
Fiber Solution Center
Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan. Follow us on Twitter™!

Similar Messages

  • EMAIL issue: Cant download webmail to Outlook Express Again on a late Sunday night ET.

    Not sure why this happens ,but it has happened more than once over the last 3 months.  it happened about 3 or 4 times actually.  It is still an open issue.  Also there was a network error on my Verizon wireless phone after that. The support person checked network and said it was okay and then said i need more space in Outlook Express.
    Today, my phone email works, but i still cant get the webmail to download to my Outlook Express and all my Outlook Express inbox email is gone.  After the support chat person tried to help, i lose all of my Outlook Express inbox email..so he made it worse.  I want those messages back and i want this to work.  What causes this problem? and why cant it be corrected??? How do i find the ticket he opened? I want to update the ticket.  
    Solved!
    Go to Solution.

    Hi gcville,
    Sorry you are having difficulty with your email. An agent with access to your account will reach out to you directly by email, private message in the Forums and/or the billing telephone number on your Verizon account for more information or to help you resolve your issue. Please remember to check your spam/junk folder if you do not hear from an agent.

  • Clicking on an email address on a webpage, opens outlook express, but does not create a new mail, which it used to. annoying as it then means cutting & pasting the details

    As I said above, clicking on an email address on a webpage, opens outlook express which is my default email client. In the past it used to also open a new mail, ready for me to type the message but now it does not. It works if I load internet explorer as the browser but does not in firefox. I prefer firefox, so can someone help me resolve this. Its so annoying to have to open a new mail then cut & paste the email details.

    I posted this reply elsewhere in the support forum but I'll copy it here for you, as follows....
    I had the same problem. Initially thought I needed a string (code) to run the "Create new e-mail" command for Outlook but I didn't. I did a few things that eventually made it work, but I don't know for certain which one it was so here goes.
    1.) Go to Control Panel and click on Internet Properties. Go to the Programs tab and double-check that Outlook Express is your default e-mail client. (This is probably for IE).
    2. Close Outlook Express. Select the RUN command from the Start Menu and type the following: <msimn /reg>. Only type the info between the brackets. Click the OK button and wait about 5 seconds. Nothing will happen on screen but the information is being silently written to the registry.
    3. Open Outlook Express and go to the Tools Menu. Select Options. On the General tab, look down to the Default Messaging Programs. More than likely, the top option will say that "This application is NOT the default Mail handler" Click the button next to it that says "Make Default". This should trigger an available option in Firefox, below, if it was not already available.
    4. In Firefox, go to the Tools menu. Select Options. Click on Applications. Under the column, "Content Type" look for the mailto function. In the column Action, select "Use Outlook Express (default)" if it is not already selected. "(default)" must be part of the phrase. Somehow there is code behind this option that will bring up a new e-mail in Outlook that otherwise does not work if Outlook is selected manually. (To choose Outlook manually, you will indeed have to find the string code somewhere.)

  • When i need to send somthing to an email address from a website, the Outlook Express pop up even i do not set it as default's email

    When i need to send somthing to an email address from a website, the Outlook Express pop up even i do not set it as default's email

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • Moving emails from Mail on Mac to Outlook Express on Windows...

    Can anyone help me with the following scenario?
    I have one Mac computer, with 2 accounts set up on it - one for me, one for my wife.
    My wife just recently got a Windows 'netbook' and now wants to transfer her entire Mail.app InBox to the new PC. There's no need to copy the Address Book (copied on a mobile phone already), and she doesn't really need the Sent Items or anything like that. All that she's interested in copying over is all the emails that are in Mail.app's InBox.
    The netbook has Windows XP on it, and Outlook Express.
    Bear in mind that there are hundreds of messages, so anything that involves saving/exporting each email individually one by one is not really an attractive option.
    Also, a fair amount of the emails will have attachments, so any method that supports retaining the attachments is welcomed.
    I know the Mac OS and all its apps like the back of my hand, but I must admit to being a total noob when it comes to Windows.
    Any help would be appreciated, thanks.
    Mac OS 10.5.5
    Mail 3.5
    UPDATE: I do have Entourage 12 (Office 2008) on my Mac too, which is currently not used at all, if this can be used for any intermediary steps.

    I'm fairly sure you would be better off avoiding Outlook Express in favour of Mozilla Thunderbird, I have a Windows XP X64 PC that I used as my main pc before buying my MBP and used Thunderbird on it, when I got my MBP I remember moving the emails across was very easy, Mail.App and Thunderbird use a similar file structure, I'm sure I just dragged and dropped whole directories across (it is some time ago though).
    Here are 3 links, the first discusses Thunderbird and importing/exporting mail.
    http://kb.mozillazine.org/Importingand_exporting_yourmail
    This gets more specific
    http://forums.mozillazine.org/viewtopic.php?t=363915 - you need to read down, he has put a 'how to on the post'
    The second is a program for converting from emix to mbox format.
    http://www.versiontracker.com/dyn/moreinfo/macosx/29050
    BTW Thunderbird can be installed on OSX and Windows, so you can move all the emails over on the mac, check them with Thunderbird, before installing TB on your windows pute.
    Best of Luck.

  • Send email using Oracle Forms 6i through Outlook Express

    I am working on oracle Forms 6i and Oracle 9i (9.2.0.1) database. My requirement is How to trigger email sending single client at a time while using Oracle Forms 6i through Outlook Express?
    To do this I have written the following code.
    PROCEDURE send_mail IS
    OutlookApp OLE2.OBJ_TYPE;
    NameSpace OLE2.OBJ_TYPE;
    MailItem OLE2.OBJ_TYPE;
    OLEPARAM OLE2.LIST_TYPE;
    Send OLE2.OBJ_TYPE;
    Attachments OLE2.OBJ_TYPE;
    Attachment_dummy OLE2.OBJ_TYPE;
    var1 varchar2(1000);
    Begin
    var1 := :mapiole.message;
    OutlookApp := OLE2.CREATE_OBJ('Outlook.Application');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,'MAPI');
    NameSpace := OLE2.INVOKE_OBJ(OutlookApp,'GetNameSpace',OLEPARAM) ;
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,0);
    MailItem := OLE2.INVOKE_OBJ(OutlookApp,'CreateItem',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLE2.SET_PROPERTY(MailItem,'To',:to);
    OLE2.SET_PROPERTY(MailItem,'Subject',:subject);
    OLE2.SET_PROPERTY(MailItem,'Body', var1);
    --add an attachment
    if :mapiole.attach is not null then
    Attachments := OLE2.GET_OBJ_PROPERTY(MailItem,'Attachments');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,:attach);
    Attachment_dummy := OLE2.INVOKE_OBJ(Attachments,'add',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    end if;
    Send := OLE2.INVOKE_OBJ(MailItem,'Send');
    --destroy objects
    OLE2.RELEASE_OBJ(MailItem);
    OLE2.RELEASE_OBJ(NameSpace);
    OLE2.RELEASE_OBJ(OutlookApp);
    END;
    Create a block called MAPIOLE with the following canvas layout:
    To:      ============================
    Subject: ============================
    Message: ============================
    ============================
    Attachment: ============================           SEND      
    When I press the SEND button then
    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    How can I do this?
    When I use Microsoft Outlook 2003 It works fine.
    Please help me.
    Thanks.

    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    hi
    plz if there is any attach library recompile it or open the pll and compile it with ctrl+shift+k and ctrl+t.
    sarah

  • Verizon email no longer downloads to Outlook or Android tablet

    Before moving to an area (SC) that doesn't have Verizon Internet,  I registered my domains and have been receiving and sending my verizon.net mail with no problems since November 2014.  However,  since Thursday 3/26/15, email clients on my Samsung Android tablet and Outlook on my laptop no longer can connect to the server. The programs continue to get emails from my other email domains with no problems.  I can only get my verizon mail using webmail.  My attempt to call verizon support and get help has been unsuccessful. Why do my Tablet an PC Email clients fail to contact your server?  Please help! Thanks. 

    Hi rjshess,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. The title of your post is the link. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • All of my outgoing email [Outlook Express] is being blocked as spam.

    Can somebody help me?  I tried to contact live customer support but nobody responded.   None of my outgoing mail from Outlook Express has been able to be sent to the receivers.  The error message is the same in each case and says I should look up the spam FAQ here at Verizon to solve the issue.  The FAQ instructed me to send details to an email address - but I can't send any email!  And the problem is not just with one email.  None of them are getting through.  Any advice?  

    Double check if it's a problem with your account, or your outlook express.
    What you do is login at http://webmail.verizon.com
    IF you can send email from the website directly, then outlook express has some kind of footer, or header, or signature or background or something that is flagging your mail as spam. 
    If you can't send from the website, then definetely call into Verizon and/or do the live chat.  There is a link at the bottom of the Verizon page that says contact us. 

  • Can you use microsoft outlook express 6 email on a mac

    how do you use microsoft outlook express 6 email on a mac

    You cannot use Outlook Express email client on Mac OS.
    You can install Windows on Mac but it seems like overkill to get your email going.
    Can you let me know what you want to achieve?
    You should really ise Mail programwhich is native to Apple.
    TZ

  • Email sent from Apple Mail to Outlook, recipient gets 2 versions

    When I send an email from Apple Mail to my Outlook Express and open it in Outlook it shows two versions of the email. First is formatted the way I sent it (Rich Text) and then below that is the same message in Plain Text with an line (HR) between them.
    I don't see any settings in either Mail or Outlook to change this. Only time it doesn't happen is if I send it as Plain Text to begin with.
    (ps. read as Plain Text is not selected in Outlook)

    You are typically "the man" on such issues, but I believe Apple has said some place that their RTF is only a subset of HTML? I know it gets converted to HTML like encoding, but did not think it is full HTML?
    It's true that when composing in Mail you only have access to those parts of html that Apple has provided an interface for, so there are various html things you cannot do. But those things you can do, like choose the font, font size, font color, etc. are done with standard html codes, the Content-Type header of a "rich text" message says "text/html", and the message source starts out with the codes < html > < head > < body > like any other html message would.

  • Set up Telstra email on Outlook Express (5.5 or 6.0)

    This page will help you set up your Telstra email with Outlook.com on Outlook Express version 5.5 or 6.0.
    Outlook is a registered trademark  of Microsoft Corporation in the United States and/or other countries.
    Before you start
    You'll need your Telstra email username and password.
    Note: The setup and use of your email account may incur data use charges.
    You may need to first turn on a POP Internet email protocol for your Outlook.com account (following Steps 1 to 5 below) – if your email app:
    does not support Exchange ActiveSync or IMAP, but
    does support POP3
    If you're not sure, you should follow Steps 1 to 5 to check that the right settings have been applied.
    Step 1
    Sign in to your Outlook.com account
    Step 2
    Press the Options icon – and then press Options
    Step 3
    Under Managing your account, press Connect devices and apps with POP
    Step 4
    Under POP, select Enable
    Step 5
    Press Save
    Then use the following settings in your email app.
    Step 6
    Open Outlook Express
    If prompted to connect, press Work Offline
    If any error messages appear, press the Hide button
    Step 7
    Open the Tools menu – and then select Accounts
    Step 8
    In the Internet Accounts window, select the Mail tab
    Step 9
    Press the Add button – and then select Mail.
    Step 10: In the Display Name box, enter your name as you’d like it to appear in the emails you send – and then press the Next button
    Step 11: In the Email address box, enter your full email address (ending in @bigpond.com or @bigpond.net.au)
    Step 12: Press the Next button
    Step 13: In the Email Server Names window, update the settings for your Outlook.com mailbox as follows:
    My incoming server is a POP3 server
    Incoming mail (POP3, IMAP, HTTP) server: Enter pop-mail.outlook.com
    Outgoing mail (SMTP) server: Enter smtp-mail.outlook.com
    Step 14
    Press the Next button.
    Step 15
    In the Internet Mail Logon window:
    Enter your full email address in the Account Name box
    Enter your Telstra email account (case-sensitive) password in the Password box
    Ensure the checkbox is NOT ticked for Log on using Secure Password Authentication (SPA)
    Step 16
    Press the Next button – and then press Finish to complete your setup.

    Re: Set up Telstra email on Outlook Express (5.5 or 6.0)
    Hello.
    I bought my parents a new laptop. They insisted they couldnt access their bigpond email using it and have created an outlook account.email address, and now after reading this page I think I know why! They are now trying to import their old contacts. Can you advise? Their old email address was [email protected] and their new address is [email protected] Is that what they shouldve done? ie created a new email address?

  • Corrupted Address Book in Outlook Express

    My father's note running XP, has suddenly decided that the address book in outlook express (ie6)is corrupt and it must be re-installed. I have looked around the web and this seems to be a fairly common problem, however the correction of
    this seems fairly complex, surely Microsoft must have come up with a quick fix to this problem, especially as it seems of their making, what with faulty updates and the complexity of outlook and outlook express.
    Please does anyone have a simple resolution to this problem, that we both can understand.
    Thanks in advance to all those that take the time to reply.

    Try to recover it manually. Or re-install your OE. Open Outlook Express from where the application is stored on your computer, then attempt to duplicate the error or problem you were previously experiencing. If
    you are still experiencing problems, proceed with the following steps to reinstall Internet Explorer. 
    http://www.filerepairforum.com/forum/microsoft/microsoft-aa/outlook-express/616-emails-and-address-book-are-gone
    Go to the "Microsoft Support" website provided to you in the Sources section of this article, then scroll down to the section entitled "Method 2: Reinstall Internet Explorer."
    Click on the appropriate link for Internet Explorer based on the version of Windows you are running. For example, if you have a 32-bit Windows Vista computer, you will be required to
    download Internet Explorer 8 for Windows Vista.
    Click on the "Download" box after you have been redirected to the appropriate Microsoft webpage for your version of Internet Explorer. A dialog box will then appear prompting
    you to proceed with the download.
    Launch Outlook Express from its location on your computer and try to duplicate the actions that previously caused errors. Outlook Express should now work successfully without presenting
    any issues or errors.

  • Outlook Express E-mail

    i did a restore on my iphone the other day, and now i notice it wants to download all my previous seen / read emails that i have in my Outlook Express. i'm sure there must be a way in which i can stop this. it keeps downloading 25 at a time and each time i delete them, 25 more (old one's) show up. how do i stop it so that only current one's show up?
    thanks for any help

    Not possible.
    When restoring your iPhone with iTunes, the email account was recreated as if creating the account with the iPhone's Mail client for the first time. When creating or re-creating a POP account with any email client, all recieved messages that remain at the incoming mail server will be downloaded as new and unread messages - this applies with any email client including with OE on your computer. When doing the same with an IMAP account, all messages in all server stored mailboxes will be downloaded again when each server stored mailbox is selected with the iPhone's Mail client. The difference with recieved messages for an IMAP account is if a recieved message that was previously downloaded and read with any email client will be marked as read again since all server stored mailboxes with an IMAP account are kept synchronized with the server automatically with each email client used to access the account.
    The Inbox mailbox for a POP account is not kept synchronized with the server.

  • OS9 version of Outlook Express to Leopard version of Mail

    Hello,
    I have to help a friend migrate from an early 2000 iMac running OS9 to a current new iMac running Leopard (still to be purchased).
    According to MacTracker her old iMac does have Fire Wire so I imagine I should be able to hook up the two computers somehow (in Target mode?) and move data files across.
    But how about her email? She's currently using Outlook Express, which I've never used and am totally unfamiliar with. Is there some way to export her email from OE in a format that can be imported into the current version of Mail that will come with her new Mac?
    thanks,
    ncm

    I tried installing Thunderbird (and also Netscape 7) on her new iMac while the old iMac's hd was on the new one's desktop (courtesy FireWire Target mode), but neither of them exhibited an option to import from OS9x version of Outlook Express - only Eudora and some other obscure format were selectable from the "import from other email programs" section. I also tried exporting from Outlook Express as text deliniated format (or whatever that's called) but nothing of use was subsequently imported into Apple's Mail client..which seems to hang while trying to import. She's now on 10.5.4 on the new iMac.
    Any further suggestions will be greatly appreciated. There must be some way of getting her work email from Outlook Express for OS9 and into Mail for OSX 10.5.4.
    Does anybody know if there is a trial version of Entourage? Isn't that Microsoft's evolution of Outlook Express? Would that be able to import email from OE to Entourage and then possibly export that to Mail?

  • Message fade out just as in Outlook express

    Hi ,
    Does any 1 know how the message fades out when you receive a email from someone,just as in Outlook express
    The message is displayed in the right hand bottom corner of the screen
    I want to implement such type of message in my jsp page.
    For example ,suppose i click on submit button and the data is saved in the database.When I return back to the same page then i want such message to be seen on the screen.
    Is it possible??
    Any help would be appreciated
    Regards,
    Vishal

    Hey ,
    Thanks for ur reply
    I know that it is difficult
    So why not start a disscussion on this topic with others
    This could help us learn and share our ideas
    What u say??
    Plz send this question to as many people u can
    bye

Maybe you are looking for

  • Displayin multiple values from a LIST using useBean

    Hi, I want to display certain values in a drop-down box that are retrieved from a getter method in a bean. First of all... Is this possible? if so please help... in dire need to know situation... any alternative way help is also welcome.....

  • Addons crashing at random times om 8.81 PL05

    We have a unique situation at one of our clients and after going through SAP, the add-on vendors and our own fixes with no result,  I thought of asking you - the tech experts who do battle with SDK and add-ons. The situation is: SQL server 2008, Wind

  • Editing a table

    Hi Forum, I have a table in my view. I want to change it to editable mode in runtime when i click the change pushbutton. Again if i click display pushbutton it should go to non editable mode. How is this possible programmatically. Kindly help me out.

  • XI post installation check

    hi there! I'vo got a problem when performing XI installation check on the stage Checking the Connection Parameters in the Exchange Profile When opening http://<host>:<Java_port>/exchangeProfile an error has occured Application error occurred during r

  • Mapping for INBOUND sales data

    Hi All, I am working on SAP-POS integration for a retailer. My question is on mapping of inbound sales data with the Idoc - wpuums01. Partner profiles are of type - Customer -  and also there will be a seperate partner profile for each store. But, In