MimeNode Members
The MimeNode class is the base class for nodes within a MimeDocument object.
The following tables list the members exposed by the MimeNode type.
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | FirstChild | The FirstChild property gets the MimeNode object that is the first child of this MimeNode object. | 
| .gif) | HasChildren | The HasChildren property gets a bool value that indicates whether this MimeNode object has children. | 
| .gif) | LastChild | The LastChild property gets the last child of this MimeNode object. | 
| .gif) | NextSibling | The NextSibling property gets the next MimeNode object in the list of children that belong to this MimeNode object. | 
| .gif) | Parent | The Parent property gets the MimeNode object that is the parent of this MimeNode object. | 
| .gif) | PreviousSibling | The PreviousSibling property gets the previous MimeNode object in the list of children that belong to this MimeNode object. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | AppendChild | The AppendChild method puts a MimeNode object onto the end of the list of children that belong to this MimeNode object. | 
| .gif) | Clone | The Clone virtual method returns a copy of the current MimeNode object. | 
| .gif) | CopyTo | The CopyTo method copies this MimeNode object into destination. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetEnumerator | The GetEnumerator method returns an enumerator that can be used to iterate over the children of the MimeNode object. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | InsertAfter | The InsertAfter method inserts a new MimeNode object after a specified MimeNode object in the list of the children of this MimeNode object. | 
| .gif) | InsertBefore | The InsertBefore method inserts a new MimeNode object before a specified MimeNode object in the list of the children of this MimeNode object. | 
| .gif) | PrependChild | The PrependChild method puts a MimeNode at the start of the list of the children of this MimeNode object. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | RemoveAll | The RemoveAll method removes all children of this MimeNode object. | 
| .gif) | RemoveChild | The RemoveChild method removes the specified child MimeNode object from the list of the children of this MimeNode object. | 
| .gif) | RemoveFromParent | The RemoveFromParent method removes this MimeNode object from its parent. | 
| .gif) | ReplaceChild | The ReplaceChild method replaces a specified MimeNode child object with another specified MimeNode object. | 
| .gif) | ToString | (inherited from Object ) | 
| .gif) | WriteTo | Overloaded. The WriteTo overloads write the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to a stream or writer. | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.Collections.Generic.IEnumerable<MimeNode>.GetEnumerator | The System.Collections.Generic.IEnumerable.GetEnumerator method returns an enumerator that can be used to iterate over the children of this MimeNode object. | |
| System.Collections.IEnumerable.GetEnumerator | The System.Collections.IEnumerable.GetEnumerator method returns an enumerator that can be used to iterate over the children of this MimeNode object. | 
Top