Property Name
TelephoneHome
Property Type
Variant
Description
Gets the end-user's list of home telephone numbers.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.TelephoneHome
See Also