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