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