That is because your subject contains non-ascii characters or some special escape characters. To transfer the message correctly in SMTP protocol, the subject is encoded by base64 automatically.
You can set HeaderEncoding = 0 to use plain text without any encoding.