I has one more question about the „imapmaxconcurrency“ attribute:
What is the the amount of mails that are retrieved via IMAP or by the amount of connections/calls via IMAP?
We are use jaira 3rd Party tool to retrieve Mail in Hybrid
1 additional answer
Sort by: Most helpful
-
Jame Xu-MSFT 4,176 Reputation points
2022-10-17T05:45:12.677+00:00 Hi @Samir Girgis ,
You can use the cmdlet to view IMAP related properties:Get-ImapSettings | format-list
You could refer to Set-ImapSettings for the specific parameters. The default values for most of these parameters are relatively large, and the default value for "MaxConnectionsPerUser" is 16.
We do not know much about the jaira 3rd Party tool you mentioned, so we could not provide help on it.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.