retrieve Contact informations

stefanoa

Active Member
Licensed User
Longtime User
hi,
i've some problems when i try to retrieve contact information with "contact2" library.

Dim c As Contact

For i = 0 To listOfContacts.Size - 1

c = listOfContacts.Get(i)

Dim contactName As String
.....
contactName = c.DisplayName
or
contactName = c.Name
.....

Why is returned the contact email instead the contact name?

thanks
:sign0085:
 
Top