在 Outlook 中使用 VBA 在 Web/URL/超链接上保存文件
因此,我每周都会收到一封电子邮件,其格式始终相同,并且正文中包含指向 PDF 文件的超链接。我知道如何解析电子邮件以检索 URL,但是是否可以使用 VBA 代码从超链接/url 下载该文件并将其保存在文件夹中?
So I receive a weekly email that always has the same form and has a hyperlink to a PDF file in the body. I know how to parse the email to retrieve the URL, but is it possible to have VBA code then download that file from the hyperlink/url and save it in a folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最终使用了在另一个板上找到的不同方法,尽管我知道我能找到的大多数示例都使用了 UrlDownloadtoFile。代码如下:
I ended up using a different method I found on another board, though I know most of the examples I could find used UrlDownloadtoFile. The code is below: