Click or drag to resize
MimeKit

HeaderListCollectionRemove Method

Removes the specified header group.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public bool Remove(
	HeaderList group
)

Parameters

group  HeaderList
The group of headers.

Return Value

Boolean
if the specified header group was removed; otherwise, .

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptiongroup is .
Remarks
Removes the specified header group from the collection, if it exists.
See Also