MessageParserConfigCharsetConverter Property |
Namespace: MailBee.Mime
This property is for advanced use.
By default, all returned strings are Unicode. This property allows the developer to make returned strings be represented in any charset. This may be useful for web applications which do not use UTF-8. WinForms and console applications (and UTF-8 web applications) do not need to use this property.
Note |
---|
MessageParserConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Parser property. |