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
Public property Name The Name property gets the name of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object.
Public property Value The Value property gets the value of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object.

Top

Methods

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