Share via


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
Aa579225.pubproperty(en-us,EXCHG.80).gif FirstChild The FirstChild property gets the MimeNode object that is the first child of this MimeNode object.
Aa579225.pubproperty(en-us,EXCHG.80).gif HasChildren The HasChildren property gets a bool value that indicates whether this MimeNode object has children.
Aa579225.pubproperty(en-us,EXCHG.80).gif LastChild The LastChild property gets the last child of this MimeNode object.
Aa579225.pubproperty(en-us,EXCHG.80).gif NextSibling The NextSibling property gets the next MimeNode object in the list of children that belong to this MimeNode object.
Aa579225.pubproperty(en-us,EXCHG.80).gif Parent The Parent property gets the MimeNode object that is the parent of this MimeNode object.
Aa579225.pubproperty(en-us,EXCHG.80).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
Aa579225.pubmethod(en-us,EXCHG.80).gif AppendChild The AppendChild method puts a MimeNode object onto the end of the list of children that belong to this MimeNode object.
Aa579225.pubmethod(en-us,EXCHG.80).gif Clone The Clone virtual method returns a copy of the current MimeNode object.
Aa579225.pubmethod(en-us,EXCHG.80).gif CopyTo The CopyTo method copies this MimeNode object into destination.
Aa579225.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa579225.pubmethod(en-us,EXCHG.80).gif GetEnumerator The GetEnumerator method returns an enumerator that can be used to iterate over the children of the MimeNode object.
Aa579225.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa579225.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa579225.pubmethod(en-us,EXCHG.80).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.
Aa579225.pubmethod(en-us,EXCHG.80).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.
Aa579225.pubmethod(en-us,EXCHG.80).gif PrependChild The PrependChild method puts a MimeNode at the start of the list of the children of this MimeNode object.
Aa579225.pubmethod(en-us,EXCHG.80).gifAa579225.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa579225.pubmethod(en-us,EXCHG.80).gif RemoveAll The RemoveAll method removes all children of this MimeNode object.
Aa579225.pubmethod(en-us,EXCHG.80).gif RemoveChild The RemoveChild method removes the specified child MimeNode object from the list of the children of this MimeNode object.
Aa579225.pubmethod(en-us,EXCHG.80).gif RemoveFromParent The RemoveFromParent method removes this MimeNode object from its parent.
Aa579225.pubmethod(en-us,EXCHG.80).gif ReplaceChild The ReplaceChild method replaces a specified MimeNode child object with another specified MimeNode object.
Aa579225.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )
Aa579225.pubmethod(en-us,EXCHG.80).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
Aa579225.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa579225.protmethod(en-us,EXCHG.80).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