3 references to ReplyToList
System.Net.Mail (3)
System\Net\Mail\MailMessage.cs (1)
113return _message.ReplyToList;
System\Net\Mail\MailPriority.cs (2)
350else if (ReplyToList.Count > 0) 352Headers.InternalAdd(headerName, ReplyToList.Encode(headerName.Length, allowUnicode));