I'm trying to send a message with a subject that contains Unicode symbols.
When I try to send such message from my Gmail account, the subject is displayed correctly and the subject header looks like this:
Subject: =?UTF-8?B?8J+OgVByZXNlbnRzIfCfjoE=?=
However, when I send such message via Mail.dll the subject gets corrupted and is displayed with question marks instead of unicode characters. The subject header looks like this:
Subject: =?utf-8?B?77+977+9UHJlc2VudHMh77+977+9?=
Is there a way to change this behavior of MailBuilder so the unicode characters in the subject stay untouched?