There are a few options for this case. Option 1 is probably what you want however. If this doesn't work can you EMail us the PST file and the search terms you are using.
It isn't a limitation of the trial.
Option 1: - Search in the EMail viewer
Open the PST file in the EMail viewer and then use the search bar. In your case make sure you check the "Body" check box and the "Use RegEx" check box.
These aren't turned on by default as they tend to slow down searching. See below.
Also be aware that there are many different "standards" for RegEx. Sometimes the syntax varies. OSF is using PCRE (Perl Compatible Regular Expressions).
See this hugely long page for details.
Option 2 - Use the indexer
This makes more sense when you have lots of searching to do on the same data. And you have a lot of data. So this is not the case in your example.
This option builds an index of the Email content (which is slow) but then allow extremely quick searching once the index if built.
You use use RegEx searching as part of the indexing process.
Option 3 - Extract strings in the internal viewer
This is good for files where the structure can't normally be decoded. So this is not the case for your example.
It isn't any good for encrypted or compressed files.
Leave a comment: