2 writes to To
System.Web (2)
Util\SmtpMail.cs (2)
245m.To = to; 423m.To = to;
4 references to To
System.Web (4)
Util\SmtpMail.cs (4)
174if (message.To != null) 175_helper.SetProp(newMail, "To", message.To); 312if (message.To != null) 313_helper.SetProp(m, "To", message.To);