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