MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderListCollection Class
HeaderListCollection Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Remove Method
Header
List
Collection
Add Method
Add a group of headers to the collection.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
Copy
public
void
Add
(
HeaderList
group
)
Parameters
group
HeaderList
The group of headers.
Implements
ICollection
T
Add(T)
Exceptions
Exception
Condition
ArgumentNullException
group
is
.
Remarks
Adds the group of headers to the collection.
See Also
Reference
HeaderListCollection Class
MimeKit Namespace
Copyright © 2013-2026 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast