1 write to contentDisposition
System (1)
net\System\Net\mail\MimePart.cs (1)
44
contentDisposition
= value;
7 references to contentDisposition
System (7)
net\System\Net\mail\MimeBasePart.cs (5)
184
if (
contentDisposition
!= null)
185
contentDisposition
.PersistIfNeeded(headers,false);
210
if (
contentDisposition
!= null) {
211
contentDisposition
.PersistIfNeeded((HeaderCollection)Headers, false);
213
contentDisposition
.Encode(allowUnicode));
net\System\Net\mail\MimePart.cs (2)
41
return
contentDisposition
;
49
contentDisposition
.PersistIfNeeded((HeaderCollection)Headers,true);