5 references to Attachments
System.Net.Mail (5)
System\Net\Mail\MailMessage.cs (5)
324if (AlternateViews.Count == 0 && Attachments.Count == 0) 332else if (AlternateViews.Count == 0 && Attachments.Count > 0) 347foreach (Attachment attachment in Attachments) 400if (Attachments.Count > 0) 405foreach (Attachment attachment in Attachments)