MimeAddressReader.TryGetDisplayName method
The TryGetDisplayName overloads try to get the display name of the current address header, but do not throw an exception if the display name uses an encoding that is unsupported.
Overload list
Name | Description | |
---|---|---|
TryGetDisplayName(String) | The TryGetDisplayName method tries to get the display name of the current address header. | |
TryGetDisplayName(DecodingOptions, DecodingResults, String) | The TryGetDisplayName method tries to get the display name of the current address header and makes available information about the encoding of the display name. |
Top