When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.
Documentation for this section has not yet been entered.
If your application needs an encoding for a body name, it should call Encoding.GetEncoding(string) with the Encoding.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 Encoding.WebName.
In some cases, the value of the Encoding.BodyName property corresponds to the international standard that defines that encoding. This does not imply that the actual implementation complies in full with that standard.