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....Extract data from Emails / Extract emails from remote server...or Exchange Web Services protocols Extract emails from remote...