Thanks Ruud, but I am still some confused by your use of "homemdb" and not "home-mdb" as in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ds2x/hh/ ds2x/exds_ds2exchgd_2j3s.asp

Is this a different attribute? I use the "Home-MDB" attribute in Perl and it is documented in the URL above. [Confused]

code:
Dim objMailbox As IADs
Dim objStore As IADs

Set objMailbox = _
GetObject("LDAP://Server/cn=Mailbox,cn=Recipients,ou=Site,o=Org")

objMailbox.GetInfoEx Array("Home-MDB"), 0
Debug.Print objMailbox.Get("Home-MDB")

'This distinguished name can be parsed out to obtain the server name.
' Or you can bind to the Home-MDB Path and get the parent object
StorePath = objMailbox.Get("Home-MDB")
Set objStore = GetObject("LDAP://Server/" & StorePath)
Debug.Print objStore.Parent

Set objMailbox = Nothing
Set objStore = Nothing



[ 05 June 2002, 14:09: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/