10 references to ContentType
System (10)
net\System\Net\mail\ContentType.cs (2)
175headers.InternalSet(MailHeaderInfo.GetString(MailHeaderID.ContentType), ToString()); 182headers.InternalSet(MailHeaderInfo.GetString(MailHeaderID.ContentType), ToString());
net\System\Net\mail\HeaderCollection.cs (5)
33if (id == MailHeaderID.ContentType && part != null) { 53if (id == MailHeaderID.ContentType && part != null) { 73if (id == MailHeaderID.ContentType && part != null) { 126if (id == MailHeaderID.ContentType && part != null) { 159if(id == MailHeaderID.ContentType && part != null) {
net\System\Net\mail\MailHeaderInfo.cs (1)
81new HeaderInfo(MailHeaderID.ContentType, "Content-Type", true, false, false),
net\System\Net\mail\Message.cs (1)
369Headers.Remove(MailHeaderInfo.GetString(MailHeaderID.ContentType));
net\System\Net\mail\MimeBasePart.cs (1)
208headers.InternalSet(MailHeaderInfo.GetString(MailHeaderID.ContentType), contentType.Encode(allowUnicode));