| Dart.Mail Namespace > Attachment Class : Attachment Constructor |
| Overload | Description |
|---|---|
| Attachment Constructor(String) | Constructor used to create a new Attachment and associate it with an existing file. |
| Attachment Constructor(String,String) | Constructor used to create a new Attachment and associate it with an existing file. |
| Attachment Constructor(Byte[],String) | Constructor used to create a new Attachment in memory and initialize it with binary data. |