MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderList Class
HeaderList Methods
RemoveAll Method
RemoveAll(HeaderId) Method
RemoveAll(String) Method
Header
List
Remove
All(Header
Id) Method
Remove all of the headers matching the specified field name.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
RemoveAll
(
HeaderId
id
)
Parameters
id
HeaderId
The header identifier.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
id
is not a valid
HeaderId
.
Remarks
Removes all of the headers matching the specified field name.
See Also
Reference
HeaderList Class
RemoveAll Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast