Click or drag to resize
MimeKit

HeaderListCollectionAdd Method

Adds the group of headers to the collection.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	HeaderList group
)

Parameters

group  HeaderList
The group of headers.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptiongroup is null.
Remarks
Adds the group of headers to the collection.
See Also