Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects.
Email Attachment can contain the following metadata:
Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document.
Here are the steps to extract an email text from email attachments:
Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains about the API supports extracting metadata from WAV files...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Learn how to extract text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word documents, PDFs, and eBooks by TOC item in C#....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.
Here are the steps to search a keyword in the email:
Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains that how to detect encoding of a text file automatically....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Instantiate the Converter class with an absolute or relative file path to convert a document stored on the local filesystem with GroupDocs.Conversion for Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer....Close Navigation Products GroupDocs.Total Product Family GroupDocs...