MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderList Class
HeaderList Methods
Add Method
Add(Header) Method
Add(HeaderId, String) Method
Add(String, String) Method
Add(HeaderId, Encoding, String) Method
Add(String, Encoding, String) Method
Header
List
Add(Header) Method
Add the specified header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Add
(
Header
header
)
Parameters
header
Header
The header to add.
Implements
ICollection
T
Add(T)
Exceptions
Exception
Condition
ArgumentNullException
header
is
null
.
Remarks
Adds the specified header to the end of the header list.
See Also
Reference
HeaderList Class
Add Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast