1 write to attachments
System (1)
net\System\Net\mail\MailMessage.cs (1)
246attachments = new AttachmentCollection();
4 references to attachments
System (4)
net\System\Net\mail\MailMessage.cs (4)
245if (attachments == null) { 248return attachments; 279if(attachments != null){ 280attachments.Dispose();