MimeParameterReader Members
The MimeParameterReader structure returns information about a MimeParameter object.
The following tables list the members exposed by the MimeParameterReader type.
Public 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
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from ValueType ) | 
| .gif) | GetHashCode | (inherited from ValueType ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | ReadNextParameter | The ReadNextParameter method reads the next parameter. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from ValueType ) | 
| .gif) | TryGetValue | Overloaded. The TryGetValue overloads try to get the value of the parameter but do not throw an exception if its encoding is not supported. | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top