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 "[email protected]" -MessageCopyForSentAsEnabled "true"
This example sets the option to copy sent items to a shared mailbox for the user "[email protected]" in the customer's tenant with ID "contoso.onmicrosoft.com".