AttachmentBase Constructor
.NET Framework (current version)
Instantiates a new AttachmentBase.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AttachmentBase(Stream^) | Instantiates an AttachmentBase with the specified Stream. |
![]() | AttachmentBase(Stream^, ContentType^) | Instantiates an AttachmentBase with the specified Stream and ContentType. |
![]() | AttachmentBase(Stream^, String^) | Instantiates an AttachmentBase with the specified Stream and media type. |
![]() | AttachmentBase(String^) | Instantiates an AttachmentBase with the specified file name. |
![]() | AttachmentBase(String^, ContentType^) | Instantiates an AttachmentBase with the specified file name and content type. |
![]() | AttachmentBase(String^, String^) | Instantiates an AttachmentBase with the specified file name and media type. |
Show:
