gpt4 book ai didi

c# - 尽管使用 "Namespace Name ",但仍收到错误 "Google.GData.Contacts"联系人“不存在”?

转载 作者:太空宇宙 更新时间:2023-11-03 16:55:07 24 4
gpt4 key购买 nike

我想在 Google Apps 上创建联系人。我正在使用这个 API

并引用 this link

在下面的代码中我使用了“Using Google.GData.Contacts”:

using Google.GData.Contacts;   // Using Google.GData.Contacts     
using Google.GData.Client;
using Google.GData.Extensions;
using Google.Contacts; // at this place i am getting error

错误:命名空间“Google”中不存在类型或命名空间名称“Contacts”(是否缺少程序集引用?)

我包含了 Google.GData.Contacts API。但它仍然给出错误。

谁能告诉我为什么会这样?我是否缺少任何程序集引用?

我想使用:

Contact newContact = new Contact();
newContact.Title.Text = "Liz Doe";

“Google.GData.Contacts”或“Google.GData”中均不存在“联系人”。还有其他的使用方法吗?

最佳答案

是答案:

使用 Google.GData.联系人;

关于c# - 尽管使用 "Namespace Name ",但仍收到错误 "Google.GData.Contacts"联系人“不存在”?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2377279/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com