| HeaderListCollectionRemove Method |
Removes the specified header group.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Remove(
HeaderList group
)
Parameters
- group HeaderList
- The group of headers.
Return Value
Booleantrue if the specified header group was removed;
otherwise
false.
Implements
ICollectionTRemove(T)Exceptions Remarks
Removes the specified header group from the collection, if it exists.
See Also