Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
怎么查号。使用 imap 所选邮件的附件数量?
我能够获取邮件正文/标题,但无法获取特定于所选邮件的附件?
这是我尝试过的代码:
DataHandler handler = message.getDataHandler(); AttachedFileName= handler.getName();
此代码将提供收件箱中所有附件的文件名,而不是特定于邮件。
我该怎么做呢?
让我知道!
当附件完成时,您可以增加整数的值。所以,增加的值的数量是附件的数量。这也是一个简单的想法..