Before accessing EAS with EmailArchitectObjects, you MUST use Connect or OpenSession method of ServerRoot object to connect to a specified EAS. After Connect method or OpenSession method succeeded, ServerRoot object initializes the following security context.
SYSTEM_PERMISSION |
Connect with "system" user or Open a session under "system" user. |
Permitted to access all settings of EAS server. |
DOMAIN_PERMISSION |
Connect with domain administrator or Open a session under domain administrator. |
Permitted to access all settings under current domain. |
USER_PERMISSION |
Connect with normal user or Open a session under normal user. |
Permitted to access all settings under current user. |
See Also