MailAddress.DisplayName Property
.NET Framework (current version)
Gets the display name composed from the display name and address information specified when this instance was created.
Assembly: System (in System.dll)
Property Value
Type: System.StringA String that contains the display name; otherwise, String.Empty ("") if no display name information was specified when this instance was created.
Display names that contain non-ASCII characters are returned in human-readable form. Use the ToString method to get the encoded form of the DisplayName.
Some software programs that are used to read e-mail display the DisplayName property value instead of, or in addition to, the e-mail address.
.NET Framework
Available since 2.0
Available since 2.0
Show: