Hi,
I am trying to use " gContact:billingInformation" and "gContact:nickname" .
But i am not getting "gContact" in c#.
I am using : (Google.GData.Contacts.dll : File version 1.4.0.2)
using Google.GData.Contacts;
using Google.GData.Client;
using Google.GData.Extensions;
using Google.Contacts;
How can use above features in my code? plz help
Regards,
Jene
Hi All,
I want to programatically copy List of One Sharepoint (2007) to another Sharepoint(2010).
Using Sharepoint web services.(C#)
How should i proceeed?
Regards,
Jene
Hi,
I am able to list Documents from "Public Folders"
Using this sample code :
session.LogonExchangeMailbox("[email protected]", "server");
RDOFolder folder = session.GetFolderFromPath(@"\Public Folders\All Public Folders");
Now i want to Extract this documents to another location.
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?
Hi,
I want to sort Grid View on the basis of paticular column.
For example:
Now i want to sort above table in such a way that all Developers should come first.
Thanx
Hi,
In Code i want to validate a domain name.
For example : " DomainName.com".
How can i do that in C#.
I worked on MSDN Solution. (Second Solution).
But "PingCompletedCallback" is not getting executed.
Thanx
Hi,
I have 2.0 version of Contacts API.
But i am looking for newer version "Contacts API version 3.0" for .NET .
Can anyone send me download like for it
thanx