Dump error
I am using Mail.dll library for manage my mail account, but when use this code row
new MailBuilder().CreateFromEmlFile("c:\\Test.eml").Dump();
i get this error:
'', hexadecimal value 0x04, is an invalid character.
the error is due of dump of object, not from library.
new MailBuilder().CreateFromEmlFile("c:\\Test.eml").Dump();
i get this error:
'', hexadecimal value 0x04, is an invalid character.
the error is due of dump of object, not from library.