Click or drag to resize
MimeKit

HeaderListCollection Class

A collection of HeaderList groups.
Inheritance Hierarchy
SystemObject
  MimeKitHeaderListCollection

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class HeaderListCollection : ICollection<HeaderList>, 
	IEnumerable<HeaderList>, IEnumerable

The HeaderListCollection type exposes the following members.

Constructors
 NameDescription
Public methodHeaderListCollection Initialize a new instance of the HeaderListCollection class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of groups in the collection.
Public propertyIsReadOnly Gets whether or not the header list collection is read only.
Public propertyItem Gets or sets the HeaderList at the specified index.
Top
Methods
 NameDescription
Public methodAdd Adds the group of headers to the collection.
Public methodClear Clears the header list collection.
Public methodContains Checks if the collection contains the specified group of headers.
Public methodCopyTo Copies all of the header groups in the HeaderListCollection to the specified array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Gets an enumerator for the groups of headers.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Removes the specified header group.
Public methodToString
(Inherited from Object)
Top
Remarks
A collection of HeaderList groups used with MessageDeliveryStatus.
See Also