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 | |
---|---|---|
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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReadNextParameter | The ReadNextParameter method reads the next parameter. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from ValueType ) | |
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 | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top