1 write to CharSet
System.Net.Mail (1)
System\Net\Mail\Attachment.cs (1)
165contentType.CharSet = encoding.BodyName;
2 references to CharSet
System.Net.Mail (2)
System\Net\Mail\Attachment.cs (2)
93if (contentType != null && contentType.CharSet != null) 95encoding = Text.Encoding.GetEncoding(contentType.CharSet);