MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderList Class
HeaderList Methods
RemoveAll Method
RemoveAll(HeaderId) Method
RemoveAll(String) Method
Header
List
Remove
All(String) 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
(
string
field
)
Parameters
field
String
The name of the header field.
Exceptions
Exception
Condition
ArgumentNullException
field
is
null
.
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