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