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

◆ AttachmentBase() [2/8]

System.Net.Mail.AttachmentBase.AttachmentBase ( string fileName)
inlineprotected

Definition at line 105 of file AttachmentBase.cs.

106 {
107 SetContentFromFile(fileName, string.Empty);
108 }
void SetContentFromFile(string fileName, ContentType contentType)

References System.Net.Mail.AttachmentBase.SetContentFromFile().