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