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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ReadNextParameter | The ReadNextParameter method reads the next parameter. |
![]() |
ToString | (Inherited from ValueType.) |
![]() |
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