MimeParameterReader Members
Include Protected Members
Include Inherited Members
The MimeParameterReader structure returns information about a MimeParameter object.
The MimeParameterReader type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Name | The Name property gets the name of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object. | 
| .gif) | Value | The Value property gets the value of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from ValueType.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from ValueType.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ReadNextParameter | The ReadNextParameter method reads the next parameter. | 
| .gif) | ToString | (Inherited from ValueType.) | 
| .gif) | 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. | 
| .gif) | 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