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