Hunny Software Library Reference

Mailbox.DisplayName Property

Gets or sets the display name from a Unicode string.

[Visual Basic]
Public Property DisplayName As String
[C#]
public string DisplayName {get; set;}

Property Value

the display name

Remarks

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.

See Also

Mailbox Class | Hunny.Mime Namespace