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