MailKit Documentation
MailKit Documentation
API Reference
MimeKit
ParameterList Class
ParameterList Methods
Add Method
Add(Parameter) Method
Add(String, String) Method
Add(Encoding, String, String) Method
Add(String, String, String) Method
Parameter
List
Add(Parameter) Method
Add a
Parameter
to a
ParameterList
.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Add
(
Parameter
param
)
Parameters
param
Parameter
The parameter to add.
Implements
ICollection
T
Add(T)
Exceptions
Exception
Condition
ArgumentNullException
The
param
is
null
.
ArgumentException
A parameter with the same name as
param
already exists.
Remarks
Adds the specified parameter to the end of the list.
See Also
Reference
ParameterList Class
Add Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast