简体   繁体   中英

how to get all mimeparts in MimeMessage?

我有MimeMessage对象,我想以某种方式从中获取所有MimeParts

javax.mail.interntet.MimeMessage implements interface javax.mail.interntet.MimePart , soe once you have an object you can call its methods including those defined in MimePart.

Message can be retrieved using MessageContext.getMessage()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM