Attachment Constructor
.NET Framework 2.0
Initializes a new instance of the Attachment class.
| Name | Description |
|---|---|
| Attachment (String) | Initializes a new instance of the Attachment class with the specified content string. |
| Attachment (Stream, ContentType) | Initializes a new instance of the Attachment class with the specified stream and content type. |
| Attachment (Stream, String) | Initializes a new instance of the Attachment class with the specified stream and name. |
| Attachment (String, ContentType) | Initializes a new instance of the Attachment class with the specified content string and ContentType. |
| Attachment (String, String) | Initializes a new instance of the Attachment class with the specified content string and MIME type information. |
| Attachment (Stream, String, String) | Initializes a new instance of the Attachment class with the specified stream, name, and MIME type information. |
Community Additions
ADD
Show: