Click or drag to resize
MimeKit

ParameterListItem(String) Property

Get or set the value of a parameter with the specified name.

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

Parameters

name  String
The parameter name.

Property Value

String
The value of the specified parameter if it exists; otherwise null.
Exceptions
ExceptionCondition
ArgumentNullException

name is null.

-or-

value is null.

ArgumentException The name contains illegal characters.
Remarks
Gets or sets the value of a parameter with the specified name.
See Also