【发布时间】:2010-03-25 11:47:13
【问题描述】:
如何使用 Google Contact API (c#) 在 Google Contact 中创建新的“自定义字段”?
我用过:
ExtendedProperty obj_ExtendedProperty = new ExtendedProperty();
obj_ExtendedProperty.Name = "Department";
obj_ExtendedProperty.Value = "Sales";
ContactEntry.ExtendedProperties.Add(obj_ExtendedProperty);
感谢
【问题讨论】:
-
我做了更改。希望现在你有问题了
-
看起来您直接复制并粘贴了客户的要求。这个问题还不清楚