MailKit Documentation
MailKit Documentation
API Reference
MimeKit
ParameterList Class
ParameterList Methods
Insert Method
Insert(Int32, Parameter) Method
Insert(Int32, String, String) Method
Parameter
List
Insert(Int
32, Parameter) Method
Insert a
Parameter
at the specified index.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Insert
(
int
index
,
Parameter
param
)
Parameters
index
Int32
The index to insert the parameter.
param
Parameter
The parameter.
Implements
IList
T
Insert(Int32, T)
Exceptions
Exception
Condition
ArgumentNullException
The
param
is
null
.
ArgumentOutOfRangeException
The
index
is out of range.
ArgumentException
A parameter with the same name as
param
already exists.
Remarks
Inserts the parameter at the specified index in the list.
See Also
Reference
ParameterList Class
Insert Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast