Note to self...
HowToAddALabel - google-gdata - Google Code:

Details

Use this to add a label:
AtomCategory category = new AtomCategory();
category.Term = 'labelToDisplay'; category.Scheme = 'http://www.blogger.com/atom/ns#';
entry.Categories.Add(category);

A label is, therefore, just another category.


Hope that's right -- that that's a keyword. We'll see after I get 300 megs of VS Express downloaded.

Labels: ,