Hunny Software Library Reference

Node Class

Abstract base class for all classes representing message components.

For a list of all members of this type, see Node Members.

System.Object
   Node

[Visual Basic]
MustInherit Public Class Node
Implements ICloneable
[C#]
public abstract class Node : ICloneable

Remarks

Node is the root of an inheritance hierarchy that includes many classes in MIME.NET. All classes that represent MIME document components are subclasses of Node. The Node class defines important features that are inherited by these subclasses. These features are the following:

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

Node Members | Hunny.Mime Namespace