8 writes to ContentDisposition
System (8)
net\System\Net\mail\Attachment.cs (7)
299MimePart.ContentDisposition = new ContentDisposition(); 307MimePart.ContentDisposition = new ContentDisposition(); 316MimePart.ContentDisposition = new ContentDisposition(); 330MimePart.ContentDisposition = new ContentDisposition(); 337MimePart.ContentDisposition = new ContentDisposition(); 344MimePart.ContentDisposition = new ContentDisposition(); 351MimePart.ContentDisposition = new ContentDisposition();
net\System\Net\mail\HeaderCollection.cs (1)
36((MimePart)part).ContentDisposition = null;
5 references to ContentDisposition
System (5)
net\System\Net\mail\Attachment.cs (1)
406return MimePart.ContentDisposition;
net\System\Net\mail\HeaderCollection.cs (4)
56((MimePart)part).ContentDisposition.PersistIfNeeded(this, false); 76((MimePart)part).ContentDisposition.PersistIfNeeded(this, false); 129((MimePart)part).ContentDisposition.Set(value.ToLower(CultureInfo.InvariantCulture), this); 162((MimePart)part).ContentDisposition.Set(value.ToLower(CultureInfo.InvariantCulture), this);