Hunny Software Library Reference

Headers Members

Headers overview

Public Instance Constructors

HeadersOverloaded. Initializes a new instance of the Headers class.

Public Instance Properties

Bcc Gets the field body of the Bcc header field.
Cc Gets the field body of the Cc header field.
ContentDisposition Gets the field body of the Content-Disposition header field.
ContentId Gets the field body of the Content-ID header field.
ContentTransferEncoding Gets the field body of the Content-Transfer-Encoding header field.
ContentType Gets the field body of the Content-Type header field.
Date Gets the field body of the Date header field.
From Gets the field body of the From header field.
MessageId Gets the field body of the Message-ID header field.
Modified (inherited from Node) Gets or sets the is-modified flag.
NumFields Gets the number of header fields in the list.
Parent (inherited from Node) Gets or sets the parent Node object.
Received Gets the field body of the Received header field.
ReplyTo Gets the field body of the Reply-To header field.
ReturnPath Gets the field body of the Return-Path header field.
Sender Gets the field body of the Sender header field.
String (inherited from Node) Gets or sets the string representation.
Subject Gets the field body of the Subject header field.
To Gets the field body of the To header field.

Public Instance Methods

AddField Adds a header field to the end of the list.
Assemble Assembles the string representation.
Clone Creates a copy of this object.
DeleteAllFields Deletes all header fields in the list.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FieldAt Gets the header field at the specified position.
FieldBody Gets the field body of the specified header field.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
HasField Returns true if a field with the specified name is in the list.
InsertFieldAt Inserts a header field at the specified position.
Parse Parses the string representation.
RemoveFieldAt Removes the header field at the specified position.
ToString (inherited from Node) Returns the string representation as a System.String.

Protected Instance Fields

mIsModified (inherited from Node) The is-modified flag.
mParent (inherited from Node) The parent Node.
mString (inherited from Node) The string representation.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
FindFieldNamed Searches for a header field by its field name.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Headers Class | Hunny.Mime Namespace