Click or drag to resize
MimeKit

ParameterValue Property

Get or set the parameter value.

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

Property Value

String
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks
Gets or sets the parameter value.
See Also