Dart.Mail Namespace > Resource Class : Resource Constructor |
Overload | Description |
---|---|
Resource Constructor() | Default constructor. |
Resource Constructor(Byte[]) | Constructor used to subsequently encode the provided Stream. |
Resource Constructor(Byte[],String) | Constructor used to create a new Resource and associate it with existing binary data. |
Resource Constructor(Stream,String) | Constructor used to create a new Resource and associate it with existing binary data from a Stream. |