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

◆ Attachment() [2/7]

System.Net.Mail.Attachment.Attachment ( string fileName)
inline

Definition at line 59 of file Attachment.cs.

60 : base(fileName)
61 {
62 Name = Path.GetFileName(fileName);
63 base.MimePart.ContentDisposition = new ContentDisposition();
64 }
static ? string GetFileName(string? path)
Definition Path.cs:200
ContentDisposition? ContentDisposition
Definition Attachment.cs:52

References System.Net.Mail.Attachment.ContentDisposition, System.IO.Path.GetFileName(), and System.Net.Mail.Attachment.Name.