Attachment Constructor
.NET Framework (current version)
Initializes a new instance of the Attachment class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | 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(Stream^, String^, String^) | Initializes a new instance of the Attachment class with the specified stream, name, and MIME type information. |
![]() | Attachment(String^) | Initializes a new instance of the Attachment class with the specified content string. |
![]() | 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. |
Show:
