Admin-Extension Object

The Admin-Extension object represents an Administrator extension DLL within the directory. Administrator extension DLLs are used to create custom property pages for display by the Microsoft Exchange Server Administrator program. For more information on the Administrator program, see About Server Applications.

This object contains the executable code for translating a message between the format used by Microsoft Exchange Server and that used by a foreign system. Each address type that a server supports has a separate Admin-Extension object.

This object is stored in the Add-Ins container of the Microsoft Exchange Server directory. Because Administrator extension DLLs might be needed for several different hardware platforms, each platform can be represented by its own Admin-Extension object. An Administrator extension DLL can also be represented by an Add-In object. For more information on the Administrator extension DLL and the Add-Ins container, see Installing the Administrator Extension DLL.

Because Admin-Extension objects appear to MAPI as messaging user objects, use the MAPI IMailUser interface to access an Admin-Extension object.

For more information on accessing Admin-Extension objects through MAPI and through the directory access functions, see Initializing Connections with ADMIN_Initialize.