Sets the option to copy sent items to a shared mailbox for a specific user.
The Set-CIPPCopyToSent function sets the option to copy sent items to a shared mailbox for a specific user in the CIPP system.
![]()
![]()
Specifies whether to enable or disable the option to copy sent items for the user. Valid values are "true" or "false". The default value is "true".
PS > Set-CIPPCopyToSent -CustomerTenantID "contoso.onmicrosoft.com" -UserID "john.doe@domain.com" -MessageCopyForSentAsEnabled "true"
This example sets the option to copy sent items to a shared mailbox for the user "john.doe@domain.com" in the customer's tenant with ID "contoso.onmicrosoft.com".