Property Name
PostalAddresses
Property Type
Variant
Description
Gets the array of end-user post office addresses.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.PostalAddress
See Also