Text body stored in memory.
Inheritance Hierarchy
NI.Email.Mime.Message AbstractBody
NI.Email.Mime.Message MemoryTextBody
Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
The MemoryTextBody type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MemoryTextBody(Stream) | Initializes a new instance of the MemoryTextBody class | |
| MemoryTextBody(Stream, String) | Initializes a new instance of the MemoryTextBody class |
Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteTo | (Overrides AbstractBody WriteTo(Stream).) |
Properties
| Name | Description | |
|---|---|---|
| CurrentEncoding | ||
| MimeCharset | ||
| Parent |
Gets the parent entity of this entity.
Returns null if this is the root entity.
(Inherited from AbstractBody.) | |
| Reader |
See Also