3 references to XSender
System.Net.Mail (3)
System\Net\Mail\MailHeaderID.cs (1)
43ZMaxEnumValue = XSender, // Keep this to equal to the last "known" enum entry if you add to the end
System\Net\Mail\MailHeaderInfo.cs (1)
66new HeaderInfo(MailHeaderID.XSender, "X-Sender", true, true, true)
System\Net\Mail\MailPriority.cs (1)
358string xSenderHeader = MailHeaderInfo.GetString(MailHeaderID.XSender)!;