This documentation is archived and is not being maintained.
Attachment Constructor
Visual Studio 2010
Initializes a new instance of the Attachment class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
Show: