IADsUser Property: Picture

Property Name
Picture

Property Type
Variant

Description
Gets the array of bytes with the end-user's image.

Example

Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.Picture

 

See Also