MimeType.MULTIPART_ALTERNATIVE_VALUE

The "multipart/alternative" type is syntactically identical to "multipart/mixed", but the semantics are different. In particular, each of the body parts is an "alternative" version of the same information.

class MimeType
enum string MULTIPART_ALTERNATIVE_VALUE;

Meta