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