4 references to TryNormalizeOrThrow
System.Net.Mail (4)
System\Net\Mail\MailAddress.cs (1)
138if (!MailAddressParser.TryNormalizeOrThrow(displayName, out displayName, throwExceptionIfFail))
System\Net\Mail\MailAddressParser.cs (3)
248if (!TryNormalizeOrThrow(domain, out domain, throwExceptionIfFail)) 335if (!TryNormalizeOrThrow(localPart, out localPart, throwExceptionIfFail)) 428if (!TryNormalizeOrThrow(displayName, out displayName, throwExceptionIfFail))