4 writes to Name
System.Net.Mail (4)
System\Net\Mail\Attachment.cs (3)
347
MimePart.ContentType.
Name
= MimeBasePart.EncodeHeaderValue(_name, encoding, MimeBasePart.ShouldUseBase64Encoding(encoding));
351
MimePart.ContentType.
Name
= _name;
368
MimePart.ContentType.
Name
= value;
System\Net\Mime\MimePart.cs (1)
129
ContentType.
Name
= name;
4 references to Name
System.Net.Mail (4)
System\Net\Mail\Attachment.cs (4)
310
if (string.IsNullOrEmpty(contentType.
Name
))
316
Name = contentType.
Name
;
338
Name = contentType.
Name
;
433
a.Name = contentType.
Name
;