11 references to Parameters
System.Net.Mail (11)
System\Net\Mail\MailMessage.cs (1)
378
wholeView.ContentType.
Parameters
["type"] = view.ContentType.MediaType;
System\Net\Mime\ContentType.cs (10)
57
get { return
Parameters
["boundary"]; }
62
Parameters
.Remove("boundary");
66
Parameters
["boundary"] = value;
73
get { return
Parameters
["charset"]; }
78
Parameters
.Remove("charset");
82
Parameters
["charset"] = value;
118
string? value =
Parameters
["name"];
130
Parameters
.Remove("name");
134
Parameters
["name"] = value;
181
foreach (string key in
Parameters
.Keys)