Configuring webmail to search across folders

I was wondering how you can get webmail to search across different folders as to perform local searches (limited to current folder) or global searches coming across all folders ... i suspect there is an option to set this up properly but the current documentation is a bit confusing and partial ,
Thanking you for your time and attention and waiting to read from you soon ,
Best Regards,

Hi Mapper99,
If you mean the following search:
You may click on the search icon on the top of the message list, then it will show out like the picture above, you could choose to search in the current folder, or you may choose All folders as listed.
It is almost the same settings in Windows 8.1, you may follow this guide for the other options:
Mail app for Windows
Best regards
Michael Shao
TechNet Community Support

Similar Messages

  • Keyword search across multiple folders

    Is it possible to do keyword searches across multiple folders and drives in Bridge CS3? On disk I have organised my images by geographical location, but want to keyword them and search for them by theme. This will cut across several drives each with numerous folders and sub-folders. All the drives, folders and sub-folders are on the same pc, which is a stand alone machine and not networked.

    With Bridge it will search multiple folders on the same drive, but don't think you can search across multiple drives (I read you can with Lightroom).
    The search goes down the directory tree starting where you tell it. So therefore, start high enough to include all folders you want to look in.
    If you have Vista you could search across multiple drives if they are indexed. Advanced search allows multiple keywords (tags), and it is very fast, much faster than Bridge.

  • Search across multiple folders in the Mail application...

    Is it possible to search across multiple folders using the Mail application in Windows 10?  I can't seem to find that option.
    Thanks in advance,
    M

    Hi Mapper99,
    If you mean the following search:
    You may click on the search icon on the top of the message list, then it will show out like the picture above, you could choose to search in the current folder, or you may choose All folders as listed.
    It is almost the same settings in Windows 8.1, you may follow this guide for the other options:
    Mail app for Windows
    Best regards
    Michael Shao
    TechNet Community Support

  • Searching through "foldered" Trash on a Firewire drive

    I like to keep my Trash nice and tidy and only delete incrementally when I begin to run out of space. This is what I do: every week or so I open up the Trash on my "Trash" drive (the one with the most spare space that stores all my Trash), create a dated folder (YYMMDD), and copy all the "unfoldered" trash from all drives to that new folder. Then I empty the Trash on the other drives.
    To remove the oldest folder when I need to (to free up space), I select the one at the top of the Trash and use my favourite Terminal command: +sudo rm -R+. Love that command.
    My question is: sometimes I want to search this "foldered" trash. I came across the trick of making the trash visible by +Go To Folder > ~/.Trash+ but that doesn't seem to find items in folders in the Trash on external drives. I tried it once on a file I knew was there, and nothing came up.
    Is it possible to search a "foldered" trash that is on an external drive without scripts or other complications?

    iKey is a front end program that simulates typing and mouse movements. I use iKey to remap the Function keys.
    "iKey is an automation utility, a program that creates shortcuts to accomplish repetitive tasks. In essence, an iKey shortcut is a little program in its own right, but you don't need to know the first thing about programming to create an iKey shortcut. All you have to do is put together three necessary parts of a shortcut: One or more commands that give the shortcut its functionality, a context in which it runs, and a launcher that defines how the shortcut is activated."
    http://www.scriptsoftware.com/ikey/
    iKey has a little more function then the previous free version called youpi key. For many years, I used youpi key before switching to iKey. It works fairly well for me in MAC OS 10.4 although not officially supported. The youpi key download is hard to find & no longer here.
    http://www.versiontracker.com/dyn/moreinfo/macosx/11485&vid=75326
    Examples:
    I have the common programs that I use assigned to function keys. I have F4 assigned to Firefox. When I want to start FireFox, I press F4. When I want to switch to firefox, I press F4! Starting & switching to an application in Mac OS are the same thing in Mac OS.
    Here is an example of to assign volumn control to a function key.
    http://discussions.apple.com/message.jspa?messageID=10361085#10361085
    Here is my script for listing my application folder. I have it assigned to function-key 6.
    !http://farm3.static.flickr.com/2689/4292832695_f3a8f1122e.jpg!
    tell application "Finder"
       open folder "Applications" of startup disk
       select Finder window 1
       set bounds of Finder window 1 to {-3, 44, 691, 545}
       --set position of Finder window 1 to {33, 44}
       set position of Finder window 1 to {60, 45}
       activate
    end tell
    The second portion of this script was generated in the script editor record mode. After I recorded the script and did some editing, I copy the script to ikey/youpi key.
    Spark
    "Spark is a powerful, and easy Shortcuts manager. With Spark you can create Hot Keys to launch applications and documents, execute AppleScript, command iTunes, and more... You can also export and import your Hot Keys library, or save it in HTML format to print it. Spark is free, so use it without moderation!"
    http://www.versiontracker.com/dyn/moreinfo/macosx/22675
    Mac OS X remap or rename keyboard keys
    by vivek
    So how do you remap or rename keyboard keys under Mac OS X?
    Simply use DoubleCommand software. It is a free program
    http://theos.in/apple/download-doublecommand-to-remap-keyboard-keys/
    Keyboard Maestro is a powerful macro program for Mac OS X (including Tiger and Leopard) which has received glowing reviews. Keyboard Maestro will take your Macintosh experience to a new level in “Ease of Use”. With Keyboard Maestro you can design a custom action sequence with your own shortcuts and use them at any time, you can navigate through running applications and open windows with Program Switcher, and you can work with an unlimited number of clipboards - all by pressing simple keystrokes.
    http://www.keyboardmaestro.com/main/
    "Spark is a powerful, and easy Shortcuts manager. With Spark you can create Hot Keys to launch applications and documents, execute AppleScript, command iTunes, and more... You can also export and import your Hot Keys library, or save it in HTML format to print it. Spark is free, so use it without moderation"
    http://www.versiontracker.com/dyn/moreinfo/macosx/22675

  • Spotlight search for folders

    hello
    i was wondering if there is way, in the finder window, to search for a folder. i mean like if you want a pdf, you type the name, then .pdf ;specifically, I am looking for the Library folder to get at my .plist files. thanks, i hope that makes sense.

    From any active Finder window press COMMAND-F to bring up a Spotlight search query or simply enter a search string in the search field in the right side of the Finder's toolbar.
    Note that Spotlight will not search system folders unless you configure its search options.

  • Search multiple folders and muiltiple files and combine to single file

     I want to search multiple folders for muliple files and combine to single file name. The files I'm searching have same format, but where named
    differently in each of there processes. Now I want to combine based upon -SearchFor .. I'm having a problem with -Filter $SearchFor
    Code:
    Function Search-Files{
    Param([String[]]$Locations,[String[]]$SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\servera\public\t1\usa\saleshist\","\\serverb\public\t2\usa\saleshist\",-SearchFor "dodetail-cm.txt","somstr.txt",-AppendTo "\\virt1\Saleshist_data_load_files\saleshdr.load.csv"

    I think you might want to use -Include instead of -Filter.  Your -Include parameter accepts wildcards, i.e. *.docx or *somstr.txt
    Your command to actually append the content should be:
    Get-Content -Path $File.FullName | Out-File $AppendTo -Append
    You had $Files.FullName which might behave unexpectedly, if at all.
    Your actual command has several issues.
    Search-Files -Locations "\\servera\public\t1\usa\saleshist\","\\serverb\public\t2\usa\saleshist\" -SearchFor "dodetail-cm.txt","somstr.txt" -AppendTo "\\virt1\Saleshist_data_load_files\saleshdr.load.csv"
    You had commas following the lists of locations and searchfor terms, did that even work? Without seeing your source files or your target file I can only advise you so much, but ideally you would import-csv and export-csv.  Depending on the contents,
    you may be able to get away with get-content and out-file though.
    I hope this post has helped!

  • Why doesn't Search across files work in web dynpro perspective?

    Hello,
    I rely on the Files Tab of the Search popup a lot to search for occurence of text in files.
    So far, I've been doing all J2EE development and the Search functionality works great in the J2EE perspective. What I do is select the Development Component (DC) in Package explorer view and then bring up the search box. On there I select File tab and the "selected resource" radio button. I leave the File Name patterns as "*" so it'll search all files.
    However, when I try that in the Web Dynpro perspective it doesn't find any hits. I know I can do a search across the whole workspace but that'll return too many hits in other DCs.
    Anyone have an idea how to do this in Web Dynpro perspective?

    I remember that I once opened an OSS message on this issue. What version has your IDE?
    Armin

  • Application object content search across multiple (many) objects

    Hi guys,
    I have about 500 application objects and one of these is pushing through
    a bad registry setting.
    I know what the setting is, but how do I search across all of them quickly.
    Thank you,

    The easiest thing to do is to search c:NALCACHE for the string desired.
    I don't have ZEN at my current location so I can't be 100% sure, but I
    believe much of the info in these cache files is stored in pseudo
    english so a search may work.
    The info is stored in DS in a manner that is less easily retrievable.
    (I.E., Pull up DSReports and browse the object, you will not see all of
    the entries.)
    As I am thinking, at my last job I ran a nightly routine that exported
    all apps to AOTs using the ZFD3 toolkit and than ran another tool from
    the kit to convert the AOTs to AXTs. Then I could do an easy file find
    on all of my apps. The list of apps was generated using a tool from
    JRBSoftware. I don't have the script anymore, but is you are skilled at
    scripting, that may give you an idea for something that my become a
    multi-purpose tool for you.
    chebarushka wrote:
    > Hi guys,
    >
    > I have about 500 application objects and one of these is pushing through
    > a bad registry setting.
    >
    > I know what the setting is, but how do I search across all of them quickly.
    >
    > Thank you,
    Craig Wilson
    Novell Product Support Forum Sysop
    Master CNE, MCSE 2003, CCN

  • Performing searches across different Human Tasks

    On our project we have been using Custom Views within BPM Workspace to perform searches on running and closed workflow instances.
    We have found that we first have to choose what Human Task we want to build the custom search on (e.g.. "Vacation request Manager´s review") and then build the view.
    However, we do not know how to perform searches across different tasks (e.g.: list all vacation requests either "under Manager´s review" or "pending HR acceptance") and get the results in a single page.
    How can we do this?
    Regards
    Juan Algaba Colera

    Hi,
    This link may help you : http://beatechnologies.wordpress.com/2011/06/29/using-flex-fields-in-oracle-bpm-11g/

  • Urgently I want to configure the knowledge search

    Hello All
    I am working on CRM 5.0 IC WebClient.
    I want to configure the knowledge search, I want to know if the knowledge data base is a separate data base should be integrated with CRM or it is already there only need to be configured.
    I want to know how data will be saved on this database.
    Installing TREX is a must so I want to know if it is installed or not
    If any documentation is available please mail me at [email protected]
    Regards
    Jacopo François

    Hi Jacopo,
    Please surf through this link.
    http://help.sap.com/saphelp_crm40/helpdata/en/83/1668ce7f3411d6885d00008658acb2/content.htm
    Regarding Trex installation, you may get the guide in service market place under CRM.
    Best Regards,
    Pratik Patel
    <b>Reward with points!</b>

  • Search multiple folders for files with same name and create single file

     I have a project where I need to search multiple folders for a file name and when found append data from each file to a single input file.
     Example
    root folder to start search
    \\servera\sales
    \\servera\it\salesa\cmmstr.txt
    \\servera\it\salesb\cmmstr.txt
    \\servera\it\salesc\cmmstr.txt
     I need to create a a single cmmstr.txt on the root folder. I would like it to be able to run this with parms to pass in folders to search and file names to search and single file name to create. I'm going to have a least 10 differnt files to
    search for and create output file for. The folders to search
    will somewhat be static.
     Thanks.

    I tested this out on my own seat and I think it should work for you. I wrote it as a function, all you have to do is pass the root folders you want to search and the file your looking for. The function will then search that directory and all sub directories
    for that file name. you will also have to provide it a file to append to, if the file dosen't exists the function will create it. If you run into an issues let me know and the links Mike
    Laughlin posted are a great resource.
    Function Search-Files{
    Param([String[]]$Locations, $SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\Server1\c$\Temp", "\\Server1\c$\Test1" -SearchFor "Install.cmd" -AppendTo "C:\Temp\Search.log"

  • How to Search Multiple Folders?

    I am using a new machine with 10.7.2 Lion and I'm unable to do something I used to do on 10.4.11 Tiger, that is, search multiple folders simultaneously in Finder. To be clear, in a Finerd window, I was able to hit command-f and the current folder name would appear along with a button that said "Others." Clicking that would allow me to select any number of additional folders to include in my search. There isn't an "Others" button in Lion! What happened? Did the Lion developers get Lost?

    Greg,
    There's one way of doing this that's even easier than before.
    Use a Spotlight Search, one of the best OSX features ever. Simply press CMD-space, and you'll get a small window. Type in your search criteria, and Spotlight will automatially list all of the hits on your computer - without even pressing enter.
    If you're searching, say, using Safari, CMD-F will let you search for all the hits on the site you're on, and highlight them. Press Enter to cycle through the hits, if you have any.
    Otherwise, use Spotlight for your system search needs.

  • CV04N-Searching across multiple classes that have the same characteristics

    In CV04N- is there a way to search across mutliple classes that have the same characteristics?
    For example I created 3 new class types each assinged to a new class, each class having the same characteristics.
    Say if I have a characterisitics called Contract Name.  I need to be able to search for a contract name across all 3 classes.
    The search results in CV04N defaults to class type 017 so it only shows characterisitcs relate to that type, Is there a way to get the characteristics for the new created class types to show?
    I know in CV04N you can only search one class type and class at a time.
    Does anyone know of a way to fulfill these requirements, without creating a customized report?

    Hi Jenny,
    The answer for this question is that:
    1. The class 017 document management in cv 04n is SAP standard class .It's totally different than the new class created by you.
    2. The new class in CL02 you are creating is for a perticular document type. When you assign a characteristic (contract name) to this new class ,it appears in additional data field as contract name.
    3. Now you can make a search with only Contract name filed and the report will be displayed with all document types having this characteristic (Contract name) is assigned. Thus you can find the classes(document types)thru characteristic(contract name).
    I hope this will resolve the query. And you will get clarified between two classes( i.e. 017 and new classes in DMS).You can say them as subclassed under 017 class.
    Regards,
    Ravindra

  • Can't configure webmail

    Hi everyone... after the recent upgrade to 10.4.3., it seems that webmail needs to be reconfigured again. When I try to edit the configuration file in Terminal, the command can't be found. What are we doing wrong? Is there an easier way to configure webmail?
    Last login: Sat Nov 19 17:18:02 on ttyp1
    Welcome to Darwin!
    c24147958:~ administrator$ sudo /etc/squirrelmail/config/config.pl
    Password:
    sudo: /etc/squirrelmail/config/config.pl: command not found
    c24147958:~ administrator$ sudo /etc/squirrelmail/config/config.php
    sudo: /etc/squirrelmail/config/config.php: command not found
    c24147958:~ administrator$

    Hi Jeff,
    Thanks for the correct tip. So... I was able to go into and modify the config file, but our original problem still exists since the installation of 10.4.3.
    When a user goes into webmail and types in their username and password, no matter who is user is, the server claims an ERROR and states "Unknown user or password incorrect."
    I've checked all the properties and webmail is enabled for each user. I've even repaired permissions and restarted the computer. No luck.
    What are we missing?
    In advance, thanks for your help!
    John

  • Searching across multiple entity beans

    Hi,
    Currently we are doing a school project that involve a search function that involves multiple entity beans. Is it alright to use a SQL query to do a search across multiple entity bean? Does it violate the J2EE Specification?
    Is there any other way to do that?
    And also can the Session Bean access database directly ?
    Thanks and Regards,
    Eng Chew

    Never try that myself, but I think it would work.
    Because in your dd, you'll create 2 entry for each
    entity bean.
    For example:    <entity>
          <description>This is entity b</description>
          <ejb-name>entityA</ejb-name>
          <home>company.EntityHome</home>
          <remote>company.Entity</remote>
          <ejb-class>company.EntityA</ejb-class>
          ... etc ...
        </entity>
        <entity>
          <description>This is entity b</description>
          <ejb-name>entityB</ejb-name>
          <home>company.EntityHome</home>
          <remote>company.Entity</remote>
          <ejb-class>company.EntityB</ejb-class>
          ... etc ...
        </entity>

Maybe you are looking for

  • Password doesn't work after time machine recovery!

    My hard drive failed.  Got a new one installed.  Re-installed Mac OSX 10.4 from my original disks.  Then upgraded to Leopard with my upgrade disk.  Used Migration Assistant to bring over my old files etc from Time Machine...  When I used Migration As

  • Problem when exporting and importing project from odi 10g to odi 11g

    Hi, I want to migrate my project from odi 10g to odi 11g. But when i am importing the interface then it is giving the error of mising references . I have exported the project(without its child component),models (including my datastore),KM's,folder (w

  • Need skeleton for this

    Using Dynamic Creating a procedure emp_data with three parameters p_colname varchar2, p_value varchar2, p_ref ref_cursor Based on the value in p_colname and p_value query the emp table and return the result set in a Cursor. Validate the value of p_co

  • ACS 5.1 does not join AD

    We're trying to join a test ACS to our current domain. When trying, we get a weird "cannot resolve domain" error. When looking at debug, we get /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabella normale"; mso-tstyle-rowband-size:0;

  • Report formatting problem

    When we run reports using report developed using reports 6i and run into oracle report server , then in some of the reports formatting is not coming properly.Insted of data, stars(*) are coming.Same report when run into client-server, it is coming pr