Module for the Microsoft Exchange adapter
Each application adapter-supported operations have a corresponding process in the adapter module. Top-level processes perform high-level functions and call specialized processes in sub-directories. Each sub-directory contains process directories that correspond to the supported operation types.
Top-level processes
The top-level processes perform high-level functions and call specialized processes in the v2007 and v2010 directories. The wrappers are placed under version-specific folders. For example, v2007 is the current supported version and so all the corresponding functional wrappers are placed under the v2007 folder. v2010 folder contains the wrappers that are now supported for Microsoft Exchange 2010, 2013, and 2016 versions.
The default adapter name in the wrappers is MicrosoftExchangeActorAdapter.
The top-level processes execute the following Microsoft Exchange processes:
- Create Items
- Get Items
- Perform Operations
- Remove Items
- Set Items
For more information about the top-level processes, see Top-level-processes-for-the-Microsoft-Exchange-adapter.
SetupValidation directory
The processes in the SetupValidation directory facilitate the testing of communication and connectivity to the Microsoft Exchange and ensure that the installation and configuration of the application adapter is correct.
The SetupValidation v2007 directory contains the following subdirectories:
- Contact Management
- DB Management
- Hub Transport rules
- Mailbox Management
- Queue Management
- Recipients Group Management
- Storage Group Management
- Transport Connectors
- User Management
The SetupValidation v2010 directory contains the following subdirectories:
- Database Availability Group Management
- Mailbox Management
Utilities directory
The Utilities directory contains two types of helper processes.
- Execute Exchange Request
- Set Default Adapter Name
- Invalid Command Error Reporting
Processes are organized into subdirectories that correspond to the supported commands.