Message Methods
| Message Methods | MSG .NET Class Library |
The Message type exposes the following members.
Back to Top
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 | ||
| GetAttachments |
Gets the attachments.
| |
| GetAttachments(Boolean) |
Gets the attachments.
| |
| 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( Byte ) |
Opens the specified buffer.
| |
| Open(Stream) |
Opens the specified stream.
| |
| Open(String) |
Opens the specified file path.
| |
| 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 |
See Also