The same result I was getting before. Here is my code:
Dim n As NDR = NDR.ParseFile("C:\Users\chorste\test.txt")
Dim s As String = n.OriginalMessage.Subject.Value
Console.WriteLine(s)
Pretty simple stuff. I have played with the test.txt file a bit. I changed the encoding and some other stuff. I think the text is being encoded in a strange way when the pop3 library gets the email from the server, it is being encoded in a way that I am having trouble figuring out.
|