Hello Sir !

I have made certain changes in ur code and able to run it.

Code:
 Dim oAEntries As AddressEntries
 Dim oAEntry As AddressEntry
 Dim oFields As Field
Now i am getting the details in a listview.

I am trying to take only Lastname,FirstName(In single column) in a listview or(it can be listbox also) and emailaddress as hidden field because i want email address of the seleted person. I am trying to write code for this with the help of your code but not getting the desired output...

Can u guide me on this issue....

Thanks...