MailAddress.ToString Method ()
.NET Framework (current version)
Returns a string representation of this instance.
Assembly: System (in System.dll)
The string returned by this method is not necessarily identical to the string specified when the instance was created. If the DisplayName property is not null and not equal to String.Empty (""), ToString returns a string composed using the following syntax:
If DisplayName is null or is equal to String.Empty, ToString returns the value of the Address property.
.NET Framework
Available since 2.0
Available since 2.0
Show: