事情是这样的,我用vba做了自动发邮件的宏,但是公司要求附件和密码必需分开发,所以我需要先让vba发一封带附件的邮件,然后再回复一下我发的邮件,再发一次密码,那么问题来了:
可以考虑 Message Id
Entry Id 例如 把一封邮件由转移资料夹,Entry Id 会是转的
Each Outlook item has a field called EntryID, which is a unique ID field generated by the messaging storage system for use with the MAPI folders that store the item. It's important to note that whenever an item is created in a folder, it is assigned a new EntryID. This means that the EntryID field changes if an item is moved to a different folder or if an item is exported and then imported (even to the same folder).