diff --git a/xml/System.Net.Mail/MailAddress.xml b/xml/System.Net.Mail/MailAddress.xml index 4ead79a9a4d..ca401e1224a 100644 --- a/xml/System.Net.Mail/MailAddress.xml +++ b/xml/System.Net.Mail/MailAddress.xml @@ -261,6 +261,8 @@ If `displayName` contains non-ASCII characters, the iso-8859-1 character set is If `address` contains a display name, and `displayName` is not `null` and is not equal to , `displayName` overrides the value specified in `address`. +The constructor does not check if the `displayName` parameter is valid. This method removes surrounding quotes not displayed by the property. Quotes will be added before transmission. encoding will be applied to the property before transmission. + ## Examples The following code example uses this constructor to create instances for the sender and recipient of an email message.