Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starting from Exchange 2016, now you can disable Read Receipt Feature on Active Sync Device through cmdlet.
Default Output would be:
Get-CASMailbox <User> | fl ActiveSyncSuppressReadReceipt
ActiveSyncSuppressReadReceipt : False
You can set it $Ture and it will change following option in Outlook Web Access as well.
Set-CASMailbox <User> -ActiveSyncSuppressReadReceipt $True