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.
我需要运行一个脚本,在另一个自动发送 10,000 封电子邮件的脚本之后清除 Outlook 发送的项目,因此发送的邮箱出现过大错误(当您使用脚本发送电子邮件时,发送后删除规则不起作用......)。有任何想法吗 ?谢谢你。
如果您以编程方式发送消息,为什么不将 MailItem.DeleteAferSubmit 属性设置为 true?