Mark a mailitem as sent (VBA outlook)

前端 未结 2 1294
再見小時候
再見小時候 2021-01-28 22:23

I have problem with change the sent property of mail, because the property is read-only and I need to change it from the level of vba.

The problem appears after sent th

2条回答
  •  闹比i
    闹比i (楼主)
    2021-01-28 23:15

    I resolved the problem with not very tidy way. I changed the registry key DelegateSentItemsStyle to 0 and when I did it, the sent mails went to my personal sent Items folder. Then I just move the mails to shared mailbox.

提交回复
热议问题