2014-07-03 28 views
0

在我要添加和更新多个Google联系人的计划中,我需要设置联系人的Job Title字段(可在Gmail的Google的商户模板下使用)。我已经尝试了几件事情 - 设置Title属性,制作扩展属性,设置Occupation字段,等等。在Google联系人中设置职位

//Didn't even show up when I checked the contact on Gmail 
contact.ExtendedProperties.Add(new ExtendedProperty(splitter[1], "Job Title")); 
//Caused other problems; also didn't work 
contact.Title = splitter[1]; 

我想,我可能需要

  1. 设置联系人的模板
  2. 莫名其妙定置了联系人的职位那里。

我检查了documentation,并且一次又一次地运行它,并在Google上搜索了几次,结果尚未显示。

回答

0

我相信这是在googlecontact->组织之下。这给你一个组织的名单。每个组织都有一个Title属性(以及许多其他属性),这就是您要查找的内容。