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....Signature Product Solution GroupDocs...openParser ()) { // Extract the email text try ( TextReader reader = emailParser...