Query Builder not locating emails based on email address, only the display name will work.

I am trying to set up some search folders for Outlook 2010 for emails either to or from a specific domain name.  I am using the Query Builder to set up the logic for the search criteria.  
Here's an example of what I am trying to do.
I have three people from a specific company that I want all emails I either send them or they send me to go to.  Their email address are as follows:
Jane Doe <[email protected]>
John Doe <[email protected]>
Mary Smith <[email protected]>
Here is the issue I am having.  When I set up the criteria for the search folder, entering From --> Contains --> [email protected] (or any of the other addresses mentioned above) will return no results.  Entering From ---> Contains
--> companyxyz.com will yield no results.  Only entering From ---> Contains --> Jane Doe will yield any results. 
If I use the From field in the standard Messages Tab of the Search Folder Criteria window then just entering companyxyz.com will give me all the messages.  The problem that I have is that I cannot set up any OR conditionals with this standard field
which is why I am using the Query Builder.
My question is why doesn't the actual email address work for a search criteria in Query Builder and how can I set up a criteria for a domain name (@companyxyz.com) so that I can see all communication with a particular company?

Hi,
This is the expected behavior of Outlook.
The Search Folder Criteria dialog has two From fields. One From field is under Messages tab and another From field is under the Advanced (or Query Builder) tab. The From field under Message tab uses email address while
the From field under Advanced or Query Builder tabs uses the display name. So, when we want to use Query Builder to create a Search folder that filters by email address, the Query Builder ignores the email address and uses the display name instead.
Regards,
Steve Fan
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • HT5312 there is no option to send an email to my rescue address, only the two security questions. now my id is locked for 8 hours and i cannot purchase/do anything.

    *** apple

    The reset link will only show if you have a rescue email address (which is not the same thing as an alternate email address) set up on your account. If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you won't get the reset option - you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down the page that you posted from to add a rescue email address for potential future use

  • I recently changed my email address and the app store will not let me use my new email.  I have my apple id under my new email address

    I recently changed my email address and the app store will not let me use my new email.  I have my apple id under my new email address.  Any Suggestions?

    1. Sign out of Apple ID (Settings>iTunes and App Store>Apple ID)
    2. Reboot
    3. Sign in with new email address

  • I first thought the Ipad would be used by my wife so I set up her email account.  She didn't use it that much so I did and set up my accounts and took her off.  Now when I send an email it shows her address as the sending party - how do I fix this

    I first thought the Ipad would be used by my wife so I set up her email account.  She didn't use it that much so I did and set up my accounts and took her off.  Now when I send an email it shows her address as the sending party (some of the time and I don't know why only some of the time) - how do I fix this

    Have a look here...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    SHARING iTunes MUSIC
    http://macmost.com/five-ways-to-share-music-in-itunes.html
    Also... Create your Own Apple ID for Your iPhone...
    It should be Noted that anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    And... Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    See Here for  >  How to Use Multiple iDevices with One Computer
    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha

  • Send email (c#) using ews and set custom display name (from)

    How to connect to exchange service via exchange web services send a mail and the display name is custom ?
    With this code, just connect to exchange server (ews) and send a mail.
    How to change my code ?
    private void t() {
    const string subjectBody = "test email ";
    const string username = "username";
    const string password = "password";
    const string domain = "domain";
    const string ewsURL = "http://exchangesrv/ews/exchange.asmx";
    unews.ExchangeServiceBinding esb = new unews.ExchangeServiceBinding();
    esb.Credentials = new System.Net.NetworkCredential( username, password, domain );
    esb.Url = ewsURL;
    unews.CreateItemType newItem = new unews.CreateItemType();
    newItem.MessageDisposition = unews.MessageDispositionType.SendAndSaveCopy;
    newItem.MessageDispositionSpecified = true;
    unews.MessageType msg = new unews.MessageType();
    msg.Subject = subjectBody;
    msg.Body = new unews.BodyType();
    msg.Body.BodyType1 = unews.BodyTypeType.Text;
    msg.Body.Value = subjectBody;
    msg.ToRecipients = new unews.EmailAddressType[1];
    msg.ToRecipients[0] = new unews.EmailAddressType();
    msg.ToRecipients[0].EmailAddress = "[email protected]";
    newItem.Items = new unews.NonEmptyArrayOfAllItemsType();
    newItem.Items.Items = new unews.ItemType[1];
    newItem.Items.Items[0] = msg;
    try {
    unews.CreateItemResponseType createItemResponse = esb.CreateItem( newItem );
    if (createItemResponse.ResponseMessages.Items[0].ResponseClass == unews.ResponseClassType.Error) {
    throw new Exception( createItemResponse.ResponseMessages.Items[0].MessageText );
    else {
    Console.WriteLine( "Item was created" );
    catch (Exception ex) {
    Console.WriteLine( ex.ToString() );
    With this code, can connect to a exchange server (smtp) and send a mail, with a custom display name.
    System.Net.Mail.SmtpClient smtpc = new System.Net.Mail.SmtpClient( "exchangesrv" );
    System.Net.Mail.MailMessage mm = new System.Net.Mail.MailMessage( "CustomDisplayName <[email protected]>", "[email protected]", "test email", "test email" );
    smtpc.Credentials = new System.Net.NetworkCredential( "username", "password", "domain" );
    smtpc.Send( mm );

    That won't work the way you want it in EWS, like when you send via Outlook or OWA when you send a messages via EWS it's submitted via the Exchange store so the Sender Address will be resolved back to the default Reply address for whatever account your trying
    to send as. If you need some sort of custom display name I would suggest you stick to SMTP or possible create a Transport Agent that would rewrite the address before its sent externally.
    Cheers
    Glen

  • Why are my fields not moving with my Dynamic stamp ? Only the artwork appears

    Why are my fields not moving with my Dynamic stamp ? Only the artwork appears

    Sounds like you're a candidate for Lightroom...based on the time you don't
    want to spend in Photoshop.
    Photoshop install media is likely created in large batches, perhaps in a
    foreign country, so it's understandable that you get Photoshop 11.0.0 is on
    the media.
    I don't know as I would use ProPhotoRGB as my working space in Photoshop.  I
    was merely suggesting that you look at your color settings to make sure
    things were the same on both machines.
    How do you know your actions are the same?  Did you copy the action
    recording from one computer to the other, or did you merely record the same
    steps on each one?  Have you compared the details of each action step in the
    Actions Palette to make sure they are the same?  The symptoms still sound
    like something different than sRGB being the output color-space, or the fact
    it isn't embedded on one or the other of the computers.
    How are you viewing the JPG when it looks the same or different than the
    RAW?  Are you looking at the side-by-side in Photoshop, or side-by-side in
    Bridge, or are you using a mixture of viewers, one Adobe, and one not?  And
    are you using the Canon Codec on Vista or not?  The Canon Codec would be
    showing the camera-preview in the RAW not the RAW adjustments that Adobe has
    done.
    While the OS shouldn't be causing a difference in how the action is run, a
    difference between OSes may make a difference in the processing to show up.
    The camera profile associated with a RAW file is visible in the
    third-from-right tab in ACR over at the right.  The one with the little
    DSLR-camera icon on the tab.
    Can you attach the two JPGs on a reply, here, or if not, upload a ZIP of the
    two JPGs and the RAW to a file-sharing site like http://www.rapidshare.com/
    and post the download link(s)?

  • My new purchases will not sync into my playlist and get and will not show up on my iphone playlist of the same name, and I just tried to sync a new cd into my library and it is not showing up on my iphone.

    My new purchases will not sync into my playlist and get and will not show up on my iphone playlist of the same name, and I just tried to sync a new cd into my library and it is not showing up on my iphone.

    Hello there, Capricious13.
    There are great pointers in the following Knowledge Base article. Depending on where you see the content and where you want to get it to, this should guide you to putting it in the right place:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?

    I think I have it working on my iPhone 5. But, I do not see how I can control the exit point that I would like for the VPN. Are all the exit points shown in the VPN setting now going to work with Open VPN, or do they remain PPTP? If I am reading correctly, they look like they remain PPTP. If I cannot control the exit point for open VPN, which exit point is the default in the profile you provided me?I note that Open VPN Connect does not work with any of the new 64 bit devices like the iPhone 5S, the iPad Air, and the new iPad MIni. Is there any chance that you guys will come up with an update for your app so that open VPN can be made to work on all iOS devices? That would be nice, particularly if the Open VPN Connect app does not give me a choice of exit points.Thanks,
    I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?
    Just a quick note to tell you that Open VPN has updated their app so that it is compatible with 64 bit ARM devices like the iPhone 5S, the iPad Air, and the iPad Mini Retina.That does not resolve the problem of how to easily choose among the various possibilities for the exit server. We need to find an easy way to choose.

    Thank you for trying the new Firefox. I'm sorry that you’re unhappy with the new design.
    I understand your frustration and surprise at the removal of these features but I can't undo these changes. I'm just a support volunteer and I do not work for Mozilla. But you can send any feedback about these changes to http://input.mozilla.org/feedback. Firefox developers collect data submitted through there then present it at the weekly Firefox meeting
    I recommend you try to adjust to 29 and see if you can't make it work for you before you downgrade to a less secure and soon outdated version of Firefox.
    Here are a few suggestions for restoring the old design. I hope you’ll find one that works for you:
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ Classic Theme Restorer] to bring back the old design. Learn more here: [[How to make the new Firefox look like the old Firefox]]
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/the-addon-bar/ Add-on Bar Restored] to bring back the add-on bar. Learn more here: [[What happened to the Add-on Bar?]]

  • I have a new iPhone 5C, have the sounds alerts set up. But I'm not getting sound alerts for new voicemail, only the red circle on the screen.  How can I make the sound alert work?

    I have a new iPhone 5C, have the sounds alerts set up. But I'm not getting sound alerts for new voicemail, only the red circle on the screen.  How can I make the sound alert work?

    I have had this same problem for weeks now with my 4S.  I just got a new 5S after being extremely frustrated and the same thing - no sounds.  After searching posts all over, I couldn't find a solution. I just told my friend of the issue and he asked "Do you have the Do Not Distrub on?"  I didn't even know such a function existed.  Upon looking that was exactly the issue.
    To resolve, go to Settings> Do Not Disturb> Manual.  If it is green, turn it off.  You will now get phone calls and text alerts.
    This functionality is also on your quick access utility menu (slide up menu).  I assume this is how it was enabled on my phone.
    I will post on other sites since I searched for weeks for this solution and didn't see it anywhere.  Good luck!

  • I installed a new wifi router and airport will not connect automatically to it. It sees the network but will not connect unless I tell it to.

    I installed a new wifi router and airport will not connect automatically to it. It sees the network but will not connect unless I tell it to. I can't find anywhere in the utility or network preferences that will allow me to choose this router as the default. How do I fix this? BTW I'm using Lion.

    Are there any previous networks that you have used that have the same password as Molly?  YES
    Using System Preferences > Network > AirPort Advanced again, you need to remove any listings of previous networks that used the same password as Molly. Click the name of the network and click the - (minus) button at the bottom of the list of connections.
    Also delete any other networks (except Molly at the top of the list) that might have used the same name...Molly in the past.
    Delete any other networks that you no longer need so that your Mac will search for networks more quickly
    Click OK, then click Apply
    Open KeyChain Access and look for a listing of any old networks that you no longer need. Click to highlight the name of the network, then click the Delete Key on your computer.
    Then look for any old networks that might have used the name Molly in the past and do the same for them.
    Then look for any old networks that might have used the same password as the password for your "new" Molly network and delete them in the same way
    Click the KeyChain Access menu just next to the Apple icon in the upper left corner of the computer screen
    and then click KeyChain First Aid
    Enter the main administrator password for the Mac you are using and highlight the Repair button. Then click Start. You will see a message that repairs have been completed
    Quit Keychain Access
    Power down the entire network...all devices...order is not important
    Power up the modem first, then your main router, the other devices one at a time
    Log on to Molly and see if the Mac remembers it after a few tries. If not, I'm afraid that you will need to change the name of the wireless network and password on your router due to corruption issues on the Mac. You have done everything possible without re-installing the complete operating system.

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • When my phone is not plugged into the charger or computer, it will not turn on at all; even though it is not dead. When it's plugged into the computer, it will go to a white screen with a grey apple icon and then it will turn off again and repeat. IOS7

    When my phone is not plugged into the charger or computer, it will not turn on at all; even though it is not dead. When it's plugged into the computer, it will go to a white screen with a grey apple icon and then it will turn off again and repeat. IOS7 and iPhone 5.

    http://support.apple.com/kb/HT1808
    Try this step and if you cannot get your device into recovery mode there is a chance you have a hardware failure and you need to call apple to see what service options you have.

  • How Do You Rename the Magic Mouse's Actual Name (Not the Display Name)

    Hi. The Magic Mouse's display name is Servant777 but it's actual name is really something like mouse no. 1 which I take was from the store that first paired the mouse to test it ( I usually have it tested first after buying things, not all the time but sometimes, can't remember, it was 3 years ago).
    How do you kind of "reset" the Magic Mouse like it's the first time it's being used and paired. I've tried: disconnecting and removing it from the bluetooth preference as well the on in the Mouse settings. It'd be nice if there's some kind of reset but it doesn't change the actual name, only the disply name could be changed. Is there any Terminal command for this?
    Thank you in advance. Have a great upcoming sunday mass/great weekend.
    God bless,
    Alvin

    https://discussions.apple.com/message/20940155#20940155#20940155

  • Renaming Name of Keyboard, not just the Display Name of Keyboard

    I lent my keyboard and trackpad to a friend, and when they were returned, they were named with his name.
    I easily changed the Display Name to my own, but the Name in the Bluetooth Preferences panel remains the name of my friend.
    I even found the string where his name is embedded - it is within a file called "com.apple.Bluetooth.plist" inside Library > Preferences.
    I downloaded the Developer app called XCode, which allowed me to edit a copy of "com.apple.Bluetooth.plist", and put my own name where it incorrectly says my friend's name. I then dragged the copy into the Library > Preferences after trashing the incorrect one.
    Proble solved, right?
    But on restart - or even after sleep - my iMac alters the corrected file and returns it to the incorrect name - the name of my friend.
    Seemingly, it must be using some info in a cache somewhere. So I read that Bluetooth caches may be stored in the PRAM of an iMac, so I tried the technique of restarting while emptying the PRAM by holding Ctrl-Option-P-R, but that did not help. Honestly I am not sure that the PRAM empties when one is using a wireless keyboard anyway, since the Mac is probably starting for awhile before it gets around to checking on its Bluetooth devices. But, in any case it did not work to get rid of my friend's name.
    I am *this* close to buying a brand new keyboard and trackpad so I can be rid of the accursed name.
    There must be SOME way for my iMac to treat my existing keyboard and trackpad as if they were brand new, and get rid of the damned old incorrect info!
    Anyone found a solution to this? I've seen other threads where people failed.

    Holy snit, I found the solution.
    For the keyboard:
    In the Bluetooth Preferences, when you highlight the Keyboard and click the gear, click Rename, and - this is the part that everyone I've read about has failed to do - change the Display Name from, say, Will's Keyboard to Will B's keyboard. That changes the Display Name, which we already knew and which wasn't the point. The point is that it also changes the Name. Then, again change the name back to Will's Keyboard, and both the Display Name and the Name changes to Will's Keyboard.
    For the Trackpad:
    It doesn't work exactly the same, so be careful! Read the following in its entirety first before following any of the steps or you will be unpleasantly surprised!
    In the Bluetooth Preferences, highlight the Trackpad and click the gear, click Rename, and - this is the part that everyone I've read about has failed to do - change the Display Name from, say, Will's Trackpad to Will B's Trackpad (pick the latter name VERY CAREFULLY BECAUSE IT WONT GO AWAY!). That changes the Display Name and it also changes the Name, and you will think everything is going fine. It isn't. Then, again change the name back to Will's Trackpad, and you will find that the Display Name changes to Will's Trackpad BUT THE NAME REMAINS Will B's Trackpad. I SAY AGAIN, THE "NAME" WILL NOT UPDATE CORRECTLY, SO PICK A NAME YOU CAN LIVE WITH!

  • Just installed ios 7 on my 4s, and I have two issues: 1) control centre: the music controls do not work, only the volume adjust slider works; 2) in mail, where do you find the setting to control how many messages you want your inbox to retain?

    Just installed ios 7 on my 4s, and I have two issues: 1) control centre: the music controls do not work, only the volume adjust slider works; 2) in mail, where do you find the setting to control how many messages you want your inbox to retain?

    Same problem here on my 4s: Control center music controls do not work.
    Since this thread has two issues, I'm going to start a new one with only the music control bug. Topic: iOS 7 Control Center Music Controls Not Working On iPhone 4s

Maybe you are looking for