05-04-2010 07:05 AM
Hello all,
I am adding some new contact to already exist group using SetStaticContacts method of group. But this function remove already exists contact from group.
My objective is to add some more contacts to already exits group.
gGroup.SetStaticContacts(cList)
gGroup.Update()
Please help me out.
Thanks
Satya
05-04-2010 07:15 AM
Is this: gl[0].AppendStaticContacts(cl);
What your looking for?
05-04-2010 07:15 AM
Is this: gl[0].AppendStaticContacts(cl);
What your looking for?