Hello!
I’ve tried creating a PST file and it failed when I was trying to set MapiMessage headers via HeaderCollection.set("name", "тест")
with an exception
class com.aspose.email.system.exceptions.FormatException: An invalid character was found in header value.
I’ve dived into code and it looks like only ASCII characters can be provided or am I missing something? If so, why is it implemented that way?
Thanks.