I has one more question about the „imapmaxconcurrency“ attribute:

Samir Girgis 21 Reputation points
2022-10-14T12:29:35.837+00:00

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

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,766 questions
{count} votes

Accepted answer
  1. Amit Singh 5,071 Reputation points
    2022-10-17T09:46:33.99+00:00
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.