 | HeaderListCollectionRemove Method |
Removes the specified header group.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic 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
Remarks
Removes the specified header group from the collection, if it exists.
See Also