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.17.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 Get the number of groups in the collection.
Public propertyIsReadOnly Get whether the header list collection is read only.
Public propertyItem Get or set the HeaderList at the specified index.
Top
Methods
 NameDescription
Public methodAdd Add a group of headers to the collection.
Public methodClear Clear the header list collection.
Public methodContains Check if the collection contains the specified group of headers.
Public methodCopyTo Copy 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 Remove a header group.
Public methodToString
(Inherited from Object)
Top
Remarks
A collection of HeaderList groups used with MessageDeliveryStatus.
See Also