Gets or sets the display name from a Unicode string.
the display name
This property automatically determines the character encoding (charset) to use by examining the content of its string argument. The charset chosen is one of the following: US-ASCII, ISO-8859-1, or UTF-8.
Use this property to set the display name if:
If you want to specify an external character encoding other
than US-ASCII, ISO-8859-1, or UTF-8, then use the SetDisplayName() method.
Mailbox Class | Hunny.Mime Namespace