Attachment Members
| Attachment Members | MSG .NET Class Library |
The Attachment type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Attachment |
Initializes a new instance of the Attachment class.
| |
| Attachment( Byte ) |
Initializes a new instance of the Attachment class.
| |
| Attachment(Stream) |
Initializes a new instance of the Attachment class.
| |
| Attachment(String) |
Initializes a new instance of the Attachment class.
| |
| Attachment( Byte , String) |
Initializes a new instance of the Attachment class.
| |
| Attachment(Stream, String) |
Initializes a new instance of the Attachment class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetBytes |
Gets the bytes.
| |
| GetFileName |
Gets the name of the file.
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetStream |
Gets the stream.
| |
Gets the type of the current instance. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Open | ||
| Save(Stream) |
Saves the specified stream.
| |
| Save(String) |
Saves this message to the specified file.
| |
| Save(String, Boolean) |
Saves this message to the specified file.
| |
| ToString |
Returns a (Overrides |
Properties
| Name | Description | |
|---|---|---|
| ContentDescription |
Gets or sets the content description.
| |
| ContentDisposition |
Gets or sets the content disposition.
| |
| ContentID |
Gets or sets the content identifier.
| |
| ContentLocation |
Gets or sets the content location.
| |
| ContentType |
Gets or sets the type of the content.
| |
| Name |
Gets or sets the name.
|
See Also