Click or drag to resize
MimeKit

ParameterListItem(Int32) Property

Get or set the Parameter at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Parameter this[
	int index
] { get; set; }

Parameters

index  Int32
The index.

Property Value

Parameter
The parameter at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
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