We are using Aspose Email library to parse/load EML files.
The MailMessage class has the Subject property which returns the
subject of the loaded email (EML). As you know, an email subject could be
encoded within the EML file. The Subject property always returns the
subject value decoded, which is good.
The
EML file usually contains a list of headers that we also can access through theHeaders property of the MailMessage class. One of the standard
headers is the “Thread-Topic”, which usually is the same as original email
subject. When accessing the “Thread-Topic” header using the Headers
property, the value returned is encoded (exactly as read from the EML file). Is
there a method/class in Aspose Email library that we can use to decode the
“Thread-Topic” header value?