Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NameEncoding

Encoding? System.Net.Mail.Attachment.NameEncoding
getset

Definition at line 36 of file Attachment.cs.

37 {
38 get
39 {
40 return _nameEncoding;
41 }
42 set
43 {
45 if (_name != null && _name != string.Empty)
46 {
47 SetContentTypeName(allowUnicode: true);
48 }
49 }
50 }
void SetContentTypeName(bool allowUnicode)

Referenced by System.Net.Mail.Attachment.SetContentTypeName().