5 references to Attachments
System (5)
net\System\Net\mail\MailMessage.cs (5)
297if (AlternateViews.Count == 0 && Attachments.Count == 0) { 303else if (AlternateViews.Count == 0 && Attachments.Count > 0){ 315foreach (Attachment attachment in Attachments) { 365if (Attachments.Count > 0) 371foreach (Attachment attachment in Attachments)