The information in this article applies to:
SUMMARYHidden recipients usually represent system objects used for configuration and directory replication purposes. However, Microsoft Exchange Server also lets you store recipients in the directory that can be hidden from regular view in Exchange Admin and the Global Address List. This article shows you how to access them using ADSI. MORE INFORMATION
In order to access hidden recipients, you have to bind to the directory with valid user credentials using clear text authentication. The credentials that are used must have Exchange Admin permissions. By appending ",cn=admin" to the user's distinguished name(for example, cn=username,dc=domain,cn=admin), you specify that you wish to be authenticated as an Administrator.
Once authenticated with the Exchange Directory, the user is able to view both hidden and deleted directory objects. The LDAP name attribute "Hide-From-Address-Book" is of Boolean type and indicates whether the object is hidden or not. The "Is-Deleted" property indicates whether or not the object is deleted. To view the Hidden Recipients, a filter would be applied for those objects that are hidden but not deleted.
Here's a code example using Visual Basic with ADO 2.0 (IDirectorySearch is not available for automation-based languages):
REFERENCESFor additional information about binding to Exchange server using "cn=admin", please see the following article in the Microsoft Knowledge Base: Q196850 INFO: Viewing Hidden or Deleted Exchange Objects via ADSI/LDAPMore information on ADSI can be found at: http://www.microsoft.com/adsiFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp Additional query words: kbADSI kbXchge kbMsg kbGrpMsg
Keywords : kbADSI kbXchge kbMsg kbGrpMsg kbDSupport |
Last Reviewed: September 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |