Share via


MimeParameterReader 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 ReadNextParameter The ReadNextParameter method reads the next parameter.
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

See also

Reference

MimeParameterReader structure

Microsoft.Exchange.Data.Mime namespace