Share via


MimeParameterReader.TryGetValue method

The TryGetValue overloads try to get the value of the parameter but do not throw an exception if its encoding is not supported.

Overload list

  Name Description
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

MimeParameterReader members

Microsoft.Exchange.Data.Mime namespace