LumiSoft Mail Server User API
HeaderFieldCollection Class
Namespaces > LumiSoft.Net.Mime > HeaderFieldCollection
Mime entity header fields collection.
Syntax
C#Visual BasicManaged C++
public class HeaderFieldCollection : IEnumerable
Public Class HeaderFieldCollection _
	Implements IEnumerable
public ref class HeaderFieldCollection : IEnumerable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
HeaderFieldCollectionNew()
Default constructor.
Add(String, String)
Adds a new header field with specified name and value to the end of the collection.
Add(HeaderField)
Adds specified heade field to the end of the collection.
Clear()
Clears the collection of all header fields.
Contains(String)
Gets if collection contains specified header field.
Contains(HeaderField)
Gets if collection contains specified header field.
Count
Gets header fields count in the collection.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Get(String)
Gets header fields with specified name, returns null if specified field doesn't exist.
GetEnumerator()
Gets enumerator.
GetFirst(String)
Gets first header field with specified name, returns null if specified field doesn't exist.
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
Insert(Int32, String, String)
Inserts a new header field into the collection at the specified location.
Item(Int32)
Gets header field from specified index.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(String)
Parses header fields from string.
Parse(Stream)
Parses header fields from stream. Stream position stays where header reading ends.
Remove(Int32)
Removes header field at the specified index from the collection.
Remove(HeaderField)
Removes specified header field from the collection.
RemoveAll(String)
Removes all header fields with specified name from the collection.
ToHeaderString(String)
Converts header fields to rfc 2822 message header string.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
HeaderFieldCollection

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)