How to add Nickname in Contact Entry?
Posted
by Jene
on Stack Overflow
See other posts from Stack Overflow
or by Jene
Published on 2010-03-26T12:27:42Z
Indexed on
2010/04/03
5:13 UTC
Read the original article
Hit count: 322
Hi,
I want to add "Nickname" in Google Contact using "Google.GData.Extensions.Apps" .
I am able to create Nickname as:
NicknameElement obj_nickname = new NicknameElement(); obj_nickname.Name = " Jenifer";
But how to add i to Contact Entry?
© Stack Overflow or respective owner