An COM interface to Exchange's DAPI
-
-
-
-
-
-
-
Removes a Mailbox Agent
-
Removes a profile
-
Lists the names of the organizations on the server.
-
Lists the names of the sites in an organization.
-
Lists the names of the containers on the server
-
Lists the administrators for a site.
-
Obtains the account name for a service.
exchdapi.HrAdminProgramExists
HrAdminProgramExists()
exchdapi.HrCreateGatewayProfile
HrCreateGatewayProfile(serviceName, profile)
-
serviceName : string
The name of the service.
-
profile : string
The profile.
exchdapi.HrCreateMailboxAgentProfile
HrCreateMailboxAgentProfile(serviceName, profile)
-
serviceName : string
The name of the service.
-
profile : string
The profile.
exchdapi.HrEnumContainers
[string, ...] = HrEnumContainers(server, siteDN
, fSubtree
) Lists the names of the containers on the server
-
server : string
The name of the server
-
siteDN : string
Distinguished name (DN) of the site.
-
fSubtree : int
exchdapi.HrEnumOrganizations
[string, ...] = HrEnumOrganizations(rootDN, server
) Lists the names of the organizations on the server.
-
rootDN : string
Contains the distinguished name (DN) of the directory information tree (DIT) root.
-
server : string
The name of the server
exchdapi.HrEnumSiteAdmins
[string, ...] = HrEnumSiteAdmins(server, siteDN
) Lists the administrators for a site.
-
server : string
The name of the server
-
siteDN : string
Distinguished name (DN) of the site.
exchdapi.HrEnumSites
[string, ...] = HrEnumSites(server, organizationDN
) Lists the names of the sites in an organization.
-
server : string
The name of the server
-
organizationDN : string
Contains the distinguished name (DN) of the organization.
exchdapi.HrGetServiceAccountName
string = HrGetServiceAccountName(serviceName, serviceName
) Obtains the account name for a service.
-
serviceName : string
The name of the service
-
serviceName : string
The name of the service
exchdapi.HrInstallMailboxAgent
HrInstallMailboxAgent()
exchdapi.HrInstallService
HrInstallService()
exchdapi.HrMailboxAgentExists
HrMailboxAgentExists(server, siteDN, rdn)
-
server : string
The name of the server
-
siteDN : string
Contains the distinguished name (DN) of the site.
-
rdn : string
RDN of the site where the mailbox agent might exist.
exchdapi.HrRemoveMailboxAgent
HrRemoveMailboxAgent(server, siteDN, rdn) Removes a Mailbox Agent
-
server : string
The name of the server
-
siteDN : string
Contains the distinguished name (DN) of the site.
-
rdn : string
RDN of the site where the mailbox agent exists.
exchdapi.HrRemoveProfile
HrRemoveProfile(profile) Removes a profile
-
profile : string
The profile to delete.