다음을 통해 공유


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
MimeAddressReader.TryGetDisplayName (out String)
The TryGetDisplayName method tries to get the display name of the current address header.
MimeAddressReader.TryGetDisplayName (DecodingOptions, out DecodingResults, out 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.