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.
我在制作一个插件时遇到了一些麻烦,该插件将使用用户设置发送电子邮件,而无需将项目转到已发送项目。我想我可以在发送之前简单地获取 EntryId,然后从已发送的项目中删除它,并删除受该 entryID 限制的文件夹,但问题是在使用 mailItem.Send 之后,邮件被发送到发件箱。
我尝试循环并重新检查已发送的项目文件夹,但在循环进行时,电子邮件似乎没有离开发件箱。
有没有人有任何解决这个问题的建议?
您需要做的就是将 MailItem.DeleteAfterSubmit 属性设置为 true。