MailKit Documentation
MailKit Documentation
API Reference
MimeKit
ParameterList Class
ParameterList Properties
Item Property
Item(Int32) Property
Item(String) Property
Parameter
List
Item(Int
32) Property
Get or set the
Parameter
at the specified index.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
Parameter
this
[
int
index
] {
get
;
set
; }
Parameters
index
Int32
The index.
Property Value
Parameter
The parameter at the specified index.
Implements
IList
T
Item
Int32
Exceptions
Exception
Condition
ArgumentNullException
The
value
is
null
.
ArgumentOutOfRangeException
The
index
is out of range.
ArgumentException
A parameter with the same name as
value
already exists.
Remarks
Gets or sets the
Parameter
at the specified index.
See Also
Reference
ParameterList Class
Item Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast