Click here to Skip to main content
16,006,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on C# project in which I need to add the labels in Gapps account. I am able to add the label but not able to create sub label in newly created label. Here is the sample code for creating label.
GoogleMailSettingsService service = new GoogleMailSettingsService(_domain, "Myapp");
service.setUserCredentials(_adminuser, _password);
service.CreateLabel("userName", label);

How to add the sub label in newly created label. Any help on this is greatly appreciated.

Thanks in advance.

Mayuresh
Posted
Updated 27-Jun-14 7:15am
v2

1 solution

try following link. it may help you.

google-gdata
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900