how to get a contact's primary email address through connect web service
Content
how to get a contact's primary email address through connect web service
Content:
I tried the following code to get the primary email address of a contact:
var address = contact.Emails[0].Address;
while it seems doesn't work, anyone can tell me how to get the contact's primary email address?
Thanks
0