Contacts drop-down list in new email Outlook 2007

When I open a new email and click on the: type a letter in the name I want a drop-down list appears.  This list is added whenever I get a new email address.  I found that it is not connected to the contacts folder. How can I remove the names from this list.
How to activate the small book icon left of the Word address to: and CC:

I have windows XP with Office 2003, which had presented the program of upgrading compatibility added.  This problem has been most always good there.
Help, please

Hello

To remove these name, you highlight (Type the first character and press the arrow down) the name falling down and press Delete on the keyboard, it will remove the name of the cache.

If you want to remove / clear the entire list, you need to delete *.nk2 file in your C:\Documents and Settings\change

I hope this helps.

Tags: Windows

Similar Questions

  • Drop-down list conditionally new drop-down list

    Hello world

    I am very bad at Java, I can usually get good reading but don't know enough syntax to write anything.  I read to the last hours of the couple and can not find any tutorial or the discussion for the script that I am creating.

    I want to have a dropdown menu with 3 options: phone, Email, Fax

    If the user selects by e-mail or fax drop-down list of other is hidden

    If they user selects phone I want another set to appear with 3 options such as cell phones, home, office, so they can choose which phone

    If anyone can point me in the right direction or help me with a script, it would be greatly appreciated.

    I found some scripts by using the checkboxes and I tried to adapt to this, but I'm not sure if I select both boxes when you change the script or only one or the other.

    Thank you!

    PS I use 8.0

    The text of your drop-down entries matching the text you have in the script in the stated case? Its case.

    Otherwise might be easier to view the form somewhere and can take a peek

  • e-mail addresses mysterious 'group' appeared in my hotmail contact drop-down list but no Contacts. How can I delete?

    e-mail addresses mysterious 'group' appeared in my contact hotmail dropdown list way down at the bottom.  But not when I go to Contacts to try to remove... How can I delete?

    See...

    Untrusted contacts have been added, and I can't delete them
       http://windowslivehelp.com/thread.aspx?ThreadId=784e768f-5b8f-405e-8160-a5b3ed849096

    You will find support for Windows Live Hotmail in these forums: http://windowslivehelp.com/forums.aspx?productid=1

  • Yahoo Mail when sending new messages and contacts drop-down list for the name of the person you send the message, it hangs and I have to close Firefox

    This drop remains displayed even when the new message is closed.

    It was the "I want that this" add on the origin of the problem.
    Thank you for the help

  • How can I remove the desired or invalid email addresses in automatic drop-down list when I start typing an e-mail address in Outlook?

    How can I remove the desired or invalid email addresses in automatic drop-down list that appears when I start typing an e-mail address in a new message (Outlook)?

    If you wish, you can also stop Outlook of suggesting e-mail addresses as you type.

    Tools > Options.
    Tab "Preferences".
    Click e-mail Options.
    Click Advanced e-mail Options.
    Do not forget to uncheck "suggest names while completing to, Cc, and BCC fields."
    And OK your way out.

  • Contact API - results subscription to drop-down list

    I currently use the code below to get all available phone numbers and e-mail addresses for a contact:

    QVariantList ApplicationUI::getPhoneNumber(int contactId)
    {
        ContactService *contactService = new ContactService();
        Contact contactInfo = contactService->contactDetails(contactId);
        QList numberList = contactInfo.phoneNumbers();
        QVariantList no_s;
        int length = numberList.size();
    
        for (int i = 0; i < length; i++) {
            no_s << numberList.at(i).value();
        }
        return no_s;
    }
    
    QVariantList ApplicationUI::getEmailAddress(int contactId)
    {
        ContactService *contactService = new ContactService();
        Contact contactInfo = contactService->contactDetails(contactId);
        QList emailList = contactInfo.emails();
        QVariantList no_s;
        int length = emailList.size();
    
        for (int i = 0; i < length; i++) {
            no_s << emailList.at(i).value();
        }
        return no_s;
    }
    
    ContactPicker {
                id: contactPicker
                onContactSelected: {
                    contactPhoto.imageSource = _app.getContactPhoto(contactId)
                    if (contactPhoto.imageSource == "") {
                        contactPhoto.imageSource = "asset:///IMG/user_placeholder_blue.png"
                    }
                    firstName.text = _app.getFirstName(contactId)
                    surname.text = _app.getSurname(contactId)
                    phoneNumber.text = _app.getPhoneNumber(contactId).toString()
                    emailAddress.text = _app.getEmailAddress(contactId).toString()
                }
            }
    

    However, this feature is out just now all the available phone numbers and email addresses - for contact - to a text field, but I was wondering if it would be possible to output the list of individual options in a drop-down list instead of just their output in a text field?

    You will need to use ComponentDefinition and dynamically create each Option.

    Here is a code to do this:

    /*
     * Copyright (c) 2011-2014 BlackBerry Limited.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import bb.cascades 1.2
    
    Page {
        Container {
            DropDown {
                id: dropDown
            }
            Button {
                onClicked: {
                    // Remove all options from DropDown
                    dropDown.removeAll()
    
                    // Create a VariantList to mimic a list of number returned by your C++ function
                    var listOfPhoneNumber = new Array()
                    for (var i = 0; i < 10; i++) {
                        var randomNumer = Number((Math.random() * 9000) + 1000).toFixed(0)
                        var phoneNumber = "1-555-666-" + randomNumer.toString()
                        listOfPhoneNumber[i] = phoneNumber
                    }
                    console.log("listOfPhoneNumber: " + listOfPhoneNumber)
    
                    // Iterate the list of number and add them to DropDown
                    for (var i = 0; i < listOfPhoneNumber.length; i++) {
                        var newOption = emptyOption.createObject()
                        newOption.text = listOfPhoneNumber[i]
                        dropDown.add(newOption)
                    }
                }
            }
            attachedObjects: [
                ComponentDefinition {
                    id: emptyOption
                    Option {}
                }
            ]
        }
    }
    
  • How to remove a contact from the drop-down list?

    How to remove a contact when, if forwarding a message, the icon flashes in space 'To' to enter the email address, when you press the first letter of a recipient, it displays a list of previous names/addresses used. This can add to a huge list! Most of the time, it is useful, but how can I shorten the list by removing unwanted contacts in the drop-down list? I got them removed from my address book/contacts (and they are deleted) but even after re-booting the computer, their names still appear in the drop-down list as before. All solutions?

    Instead of typing the first letter of the name of the recipient

    Press on the envelope icon to next to the box where you type the name of the recipient

    Opens the selection of recipients

    Highlight the recipient of choice

    Click on the button to

    The name appears in the window of the recipient of the Message

    Windows CC and British Colombia should remain virgins

    Press Ok

    The name of recipients appears in the field to the message

  • Erase contacts from Windows mail in the drop-down list.

    I am ready to send my email. I type the first letter of the 'c' reception A box goes down with four different recipes that begin with 'c '. How can I delete the ones I don't want from the drop-down list? I removed them from the list of contacts, but they always appear in the drop-down list.

    Thanks in advance for any help!

    Jim

    How to delete registration completion email in Windows Mail
    http://www.Winhelponline.com/articles/245/1/how-to-clear-the-email-auto-complete-entries-in-Windows-mail.html Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

  • create the mailing list option missing from 'File', 'New' drop-down list in the 38.3.0 version

    Hi all

    I'm trying to create a mailing list using the steps described in the online documentation, but the "Mailing List" does not appear in the fly-out drop-down list. What I am doing wrong?

    In addition, what is the best way to import a mailing list I have in Eudora?

    TIA

    straysaver

    Thank you for your response. New list appears, under address book.

  • How to disable the address drop-down list when you write a new?

    I don't want my previous addresses drop-down list when I start to write a new one.

    • Firefox (Tools) > Options > privacy > address bar: when you use the location bar, suggest: nothing
  • mysterious e-mail addresses appeared in my touch menu drop-down list but no Contacts. How can I delete?

    Unknown contact group appears at the bottom of the drop-down list when you click on the button 'to '. These group names are not in my contacts list, so can't edit them... I can't remove this element from the drop-down list. How can I remove them?  Thank you.

    Hotmail questions need to be asked here: http://windowslivehelp.com/product.aspx?productid=1.  Can't help the people in these forums.  You could also ask your question on Hotmail Facebook page at https://www.facebook.com/Hotmail.  Sometimes the messages in a very public place get more attention.

  • New bug in drop-down list in 0.9.2?

    Hi guys,.

    could someone confirm this new bug:

    I create a menu drop-down again:

    iceCoDD1 = new DropDown();
    iceCoDD1.rowHeight = 40;
    iceCoDD1.rowCount = 8;
    ...
    iceCoDD1.dataProvider = new DataProvider(CoTypes);
    addChild(iceCoDD1);
    

    But I don't want this drop-down list to be editable at any time, so I used the following commands in 0.9.1 to toggle the menu drop-down:

    iceCoDD1.enabled = true;
    
    iceCoDD1.enabled = false;
    

    Disabling still works, but re-locking does not work. It has no effect. The element remains Gray and unclickable.

    Is this a bug or expected behaviour?

    The second thing 'strange', that I noticed about qnx, drop-down menus, which was already present in 0.9.1 is positioning (z-index). The open menu is displayed behind all elements that were added after the drop-down list (addChild). I currently use this ugly workaround (at the end of my GUI function):

    ...
    setChildIndex(iceCoDD2, numChildren-1);
    setChildIndex(iceCoDD1, numChildren-1);
    

    biggerCC,

    RE: the problem with the menu drop-down appears behind all other components defined after him:

    Why did you write this code snippet (below)?  could not just do addChild (iceCoDD1) as the last statement in your function so that the drop down menu is before all other elements?

    just to be clear, I don't oppose not what you did - I have the same problem with the fall down, and I'm just trying to understand why you coded this...

    setChildIndex(iceCoDD2, numChildren-1);setChildIndex(iceCoDD1, numChildren-1);
    
  • drop-down list new folder option is no longer on the desktop

    Hello dare how Yall are

    I got a few Yes troubel

    drop-down list new folder option is no longer on the desktop

    I don't know what to do dat

    Thank you Sha

    You have installed chrome? It is an update of Chrome, (mid), is responsible. Here are two patches.

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html

    If still no joy, see the 'response' by Linda Yan in this thread.
    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/thread/97de8a2a-12f2-4381-A409-a78f4ae551cf/#99395761-56de-4a76-8C2A-eab498ad735a

    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.

  • RH7: Project showing only Times New Roman in drop-down list of fonts

    Hello

    I have problems with a project which has been very well a few weeks ago. For now, the only option in the drop-down list selection of fonts is "Times New Roman"... a nice font, but we write our documentation in Arial, so it takes a little that for the moment we can't select any font for our documents, only TNR.

    I'm not very experienced with HR, but I checked the style sheet (seems to be linked properly and the content is the same as style sheets to projects that have no problems), the models seem ok too... I'm puzzled.

    Other things happening (apparently at random):

    -new themes are created without associated style sheet

    -new topics have TNR 12 as default font size (our models wear 9 Arial)

    -old open subjects without a style sheet; Add in the HTML code required for the style sheet doesn't seem to help.

    All this happened on my colleague PC, I can't replicate them on mine. Whatever it is, on our two PC the only display of fonts is TNR.

    This can be important: projects have been added recently to Robo SourceControl. Can it be linked to that?

    I'd appreciate any help, especially since we have a big release coming next week and all documentation must be in top form by then

    I have reproduced this problem by deleting the file rhfontset.apj in a test project (and the removal of the DPC). Theoretically, you should just be able to copy the file from one of the samples project.

  • I don't like the new drop-down list of suggestions, how can I disable it?

    for some reason now in google search bar, there are suggestions of sites in a drop-down list when I type in the search bar. I don't like, it just started and I would like to know how to disable

    Thank you

    Heidi

    Disable search suggestions by right clicking the text field in the search bar and remove the mark in front of "Show Suggestions".

    Click the search engine button and open "manage search engines".

    At the bottom of this window, there is a box of [X] "see search suggestions."

Maybe you are looking for

  • Ultra widescreen LG

    Before the Sierra macOS. My screen is very good. But after update all icon and letter when extra-large and looks burry. Please advice what I can do to solve the problem.

  • Re: Equium - connection S-video to the TV no longer works

    I used to be able to clone or extend my external desktop on TV using the s-video connection. It stopped all of a sudden, the cable is fine as is the TV that I tried them with other laptops, and the s-video port in the laptop looks and feels solid. So

  • Satellite 5105-s701: one or two red vertical lines on LCD

    My 5105-s701 suddenly started showing a line or two red vertically (top to bottom) of the screen. They appear as I change the angle of the screen and sometimes stay after the removal of the display. I can get rid of them by moving the screen several

  • Remove the recovery of a laptop HP 14-z010nr Stream Partition

    I used the recovery utility to create a USB stick recovery.  I would like to delete the partition recovery of 7 GB of SSD of 32 GB on my machine. How then?

  • HP Envy 5640: Photographic proofs are a little red

    I'm doing some photographic tests on HP Premium photo paper glossy. I replaced my Photosmart D7360 printer with 5640 desire. I see that I can't choose the paper actually, only HP photo paper. I print from Photoshop and choose Photoshop manage colors.