HrMailboxAgentExists

The HrMailboxAgentExists function checks whether a mailbox agent exists on a site.

Quick Info

Header file: EXCHINST.H
Library: EXCHINST.LIB

HRESULT HrMailboxAgentExists(
  LPSTR lpszServer,  
  LPSTR lpszSiteDN,  
  LPSTR lpszRDN      
);
 

Parameters

lpszServer
Input parameter. Points to a null-terminated string containing the name of the server where the mailbox agent might exist.
lpszSiteDN
Input parameter. Points to a null-terminated string containing the DN of the site where the mailbox agent might exist.
lpszRDN
Input parameter. Points to a null-terminated string containing the RDN of the site where the mailbox agent might exist.

Return Values

See Return Values.

See Also

HrInstallMailboxAgent, HrRemoveMailboxAgent