Share via


TextHeader.TryGetValue method

The TryGetValue overloads attempt to get the value of this TextHeader object and do not throw and exception if the value is missing or the encoding is not supported.

Overload list

  Name Description
Public method TryGetValue(String) The TryGetValue method tries to get the value of this TextHeader object. (Overrides Header.TryGetValue(String).)
Public method TryGetValue(DecodingOptions, DecodingResults, String) The TryGetValue method tries to get the value of this TextHeader object and makes available information about the encoding of the header.

Top

See also

Reference

TextHeader class

TextHeader members

Microsoft.Exchange.Data.Mime namespace