Exchange Shared mailboxes have sent items send a copy to the sent items folder
Microsoft took it out and then put it back in.
It can be enabled by setting feature enable flag to TRUE:
For emails Sent As the shared mailbox: set-mailbox <mailbox name> -MessageCopyForSentAsEnabled $TrueFor emails Sent On Behalf of the shared mailbox: set-mailbox <mailbox name> -MessageCopyForSendOnBehalfEnabled $True
If you then want to disable the feature again, you can do it as follows:
For emails Sent As the shared mailbox: set-mailbox <mailbox name> -MessageCopyForSentAsEnabled $FalseFor emails Sent On Behalf of the shared mailbox: set-mailbox <mailbox name> -MessageCopyForSendOnBehalfEnabled $False
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.