Encoding.BodyName Property
When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.
Assembly: mscorlib (in mscorlib.dll)
If you need an encoding for a body name, you should call GetEncoding with the BodyName property. Often the method retrieves a different encoding from the test encoding furnished in the call. Generally only e-mail applications need to retrieve such an encoding; most other applications that need to describe an encoding should use its WebName.
In some cases, the value of the BodyName property corresponds to the international standard that defines that encoding. This doesn't mean that the implementation complies in full with that standard.
The following example retrieves the different names for each encoding and displays the encodings with one or more names that are different from EncodingInfo.Name. It displays EncodingName but does not compare against it.
Available since 1.1