MimeParameterReader members
The MimeParameterReader structure returns information about a MimeParameter object.
The MimeParameterReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | The Name property gets the name of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object. | |
Value | The Value property gets the value of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object. |
Top
Methods
Name | Description | |
---|---|---|
ReadNextParameter | The ReadNextParameter method reads the next parameter. | |
TryGetValue(String) | The TryGetValue method tries to get the value of this parameter, but does not throw an exception if its encoding is not supported. | |
TryGetValue(DecodingOptions, DecodingResults, String) | The TryGetValue method tries to get the value of this parameter, but does not throw an exception if its encoding is not supported. |
Top