To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails.
Here are the steps to extract a text from an email:
Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Assembly Product Solution GroupDocs...
The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Assembly Product Solution GroupDocs...
Install from NuGet NuGet is the easiest way to download and install GroupDocs.Redaction for .NET. There are ways to install it in your project.
Install via Package Manager GUI Follow these steps to reference GroupDocs.Redaction using Package Manager GUI:
Open your solution/project in Visual Studio.
Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu...Assembly Product Solution GroupDocs...
GroupDocs.Search supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Assembly Product Solution GroupDocs...
Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Assembly Product Solution GroupDocs...
This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Assembly Product Solution GroupDocs...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...Assembly Product Solution GroupDocs...
This article demonstrates the merge operation which is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes....Assembly Product Solution GroupDocs...
The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Assembly Product Solution GroupDocs...