This article explains that how to extract text from Microsoft OneNote sections presentations... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...
This article explains that how to extract metadata from Microsoft Office Word (.doc, .docx) documents... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...
GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported:
Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used:
Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...
To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...
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.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...