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