When I try to validate a regular text file I get no error and the load success.
Am I doing something wrong ?
EmlValidationErrorCollection x = MailMessage.ValidateMessage(@"NOD32.txt");
MailMessage mailMsg = MailMessage.Load(@"NOD32.txt");