MimeHeaderReader.TryGetValue Method
The TryGetValue overloads try to get the value of the current header.
Overload List
| Name | Description |
|---|---|
| MimeHeaderReader.TryGetValue (out String) |
The TryGetValue method tries to get the value of the current header and put it in value.
|
| MimeHeaderReader.TryGetValue (DecodingOptions, out DecodingResults, out String) |
The TryGetValue method tries to get the value of the current header and put it in value.
|