MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderListCollection Class
HeaderListCollection Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Remove Method
HeaderListCollection
Remove Method
Removes the specified header group.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntax
C#
Copy
public
bool
Remove
(
HeaderList
group
)
Parameters
group
Type:
MimeKit
HeaderList
The group of headers.
Return Value
Type:
Boolean
true
if the specified header group was removed; otherwise
false
.
Implements
ICollection
T
Remove(T)
Exceptions
Exception
Condition
ArgumentNullException
group
is
null
.
Remarks
Removes the specified header group from the collection, if it exists.
See Also
Reference
HeaderListCollection Class
MimeKit Namespace
Copyright © 2013-2021 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast