标签: vba excel-vba azure outlook-vba excel
我正在尝试将Azure Protection标签默认为电子邮件。我正在运行Excel宏来将文件附加到电子邮件中。
这一直有效,直到Azure Protection进入。它现在需要在每封电子邮件上贴一个标签,这意味着宏现在需要手动干预。
VBA中是否有办法自动为Outlook电子邮件添加默认标签? 我在考虑像
olMail.Properties("..
或olMail.ItemProperties.Add("...
olMail.ItemProperties.Add("...
我找不到示例代码或解决方案。