Visits a MIME entity and dispatches to the most specific visit method.
The MIME entity.
Visits a message/disposition-notification MIME entity.
Visits an application/pkcs7-mime MIME entity.
The concrete ApplicationPkcs7Mime type lives in the optional S/MIME
subsystem (crypto-free core), so this dispatch is typed structurally and
degrades to visitMimePart.
Base visitor for traversing MIME messages and entities.