AttachmentBase Constructor
.NET Framework 3.0
Instantiates a new AttachmentBase.
| Name | Description |
|---|---|
| AttachmentBase (Stream) | Instantiates an AttachmentBase with the specified Stream. |
| AttachmentBase (String) | Instantiates an AttachmentBase with the specified file name. |
| 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, 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. |
Community Additions
ADD
Show: