I am splitting the files and on each page I am extracting text using Groupdocs.parser, now the problem is when I am trying to do the same with .msg file I am getting the error “Unsupported file Type”. below is my code
u…...using (var parser = new GroupDocs.Parser.Parser(stream)) { // Extract...text = parser.GetText(new GroupDocs.Parser.Options.TextOptions(true));...