Click or drag to resize
MimeKit

ParameterListTryGetValue(String, String) Method

Get the value of the parameter with the specified name.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool TryGetValue(
	string name,
	out string value
)

Parameters

name  String
The parameter name.
value  String
The parameter value.

Return Value

Boolean
true if the parameter exists; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Gets the value of the parameter with the specified name.
See Also