Public Instance Constructors

HeaderListOverloaded. Initialize a new instance of the HeaderList class.

Public Instance Properties

Count Returns the number of headers in the list.
Item Gets / sets the header at specified index.

Public Instance Methods

AddOverloaded. Add a header to the list.
Clear Empties the list.
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
ExistsOverloaded. Checks for existence of a header.
GetEnumerator Returns an enumerator for the list for iteration.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
IndexOfOverloaded. Returns the index of the header in the list.
RemoveOverloaded. Removes the header from the list, if found.
RemoveAll Removes all matching headers.
RemoveAt Removes the header at the given index.
ToString Returns the string representation for the list.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

HeaderList Class | CSMail Namespace