Constructs a new
Attachmentinstance.
To construct an attachment, create an instance and provide the required file name, data, and character set.
[CS]
Attachment att = new Attachment("c:\tmp\image.gif", data, "us-ascii");
[Visual Basic]
Attachment att = new Attachment("c:\tmp\image.gif", data, "us-ascii")
Attachment Class | Jscape.Email Namespace | Attachment Constructor Overload List