gpt4 book ai didi

java - 为什么我收到 AttachFile(File) is undefined for the type MimeBodyPart?

转载 作者:行者123 更新时间:2023-12-02 05:30:05 25 4
gpt4 key购买 nike

我想将一些文件附加到我的电子邮件中,但出现此语法错误

     if (attachedFiles != null && attachedFiles.size() > 0) {
for (File aFile : attachedFiles) {
MimeBodyPart attachPart = new MimeBodyPart();

try {


attachPart.attachFile(aFile);
} catch (IOException ex) {
ex.printStackTrace();
}

multipart.addBodyPart(attachPart);
}
}

最佳答案

我解决了添加 mail1_4.jar 的问题旧版本不支持attach方法

关于java - 为什么我收到 AttachFile(File) is undefined for the type MimeBodyPart?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56206678/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com