I using MsgReader to reader an email in my local folder
msg = MsgReader.Mime.Message.Load(new FileInfo(filePath))
Everything is fine when I use in process with base vb.net (just testing)
But real process I using C# and there is an error when I run the process.
Please help me about this.
Thanks and Best Regards.