 | ParameterListItem(String) Property |
Get or set the value of a parameter with the specified name.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic string this[
string name
] { get; set; }
Parameters
- name String
- The parameter name.
Property Value
StringThe value of the specified parameter if it exists; otherwise
.
Exceptions
Remarks
Gets or sets the value of a parameter with the specified name.
See Also