MailKit Documentation
MailKit Documentation
API Reference
MimeKit
ParameterList Class
ParameterList Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
TryGetValue Method
Parameter
List
Remove
At Method
Remove the parameter at the specified index.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
RemoveAt
(
int
index
)
Parameters
index
Int32
The index.
Implements
IList
T
RemoveAt(Int32)
Exceptions
Exception
Condition
ArgumentOutOfRangeException
The
index
is out of range.
Remarks
Removes the parameter at the specified index.
See Also
Reference
ParameterList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast