Click or drag to resize
MimeKit

HeaderListCollectionRemove Method

Removes the specified header group.

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

Parameters

group  HeaderList
The group of headers.

Return Value

Boolean
true if the specified header group was removed; otherwise false.

Implements

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