I'm using the BeginReceive
from Socket
to receiving data from a e-mail.
I create a StringBuilder
to put in the last position of the BeginReceive method, in object state
It works but StringBuilder
was with strange characters. Instead of a basic portuguese name, who is in email (João Gelásio), it appears Jo=E3o Gel=E1sio
I can't understand if the problem is with StringBuilder
configuration or I need to do some trick when reading the email with BeginReceive
.
Can anyone help me?
Thanks in advance