存在任何 ASP.NET 新闻信集成 API
在asp.net中实现持续联系
Implementing constant contact in asp.net
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
在asp.net中实现持续联系
Implementing constant contact in asp.net
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
现在我正在我的项目中实现
Constant Contact API 允许您管理帐户中的联系人各种方式。通过利用联系人集合和资源,您可以添加、编辑、取消订阅联系人以及修改他们的联系人列表成员资格。
如果您对联系人的实际集合和资源感兴趣,请参阅联系人集合和资源参考。
目前支持以下任务:
列出所有联系人
创建联系人
获取联系人信息
更新联系信息
通过电子邮件地址搜索联系人
按上次更新日期搜索联系人
http://developer.constantcontact.com/doc/reference
http://developer.constantcontact.com/doc
C# 示例代码
将 Constant Contact API 与 ASP.NET 结合使用
.NET 中的示例上传表单
.NET 中的上传表单入门
ASP 上传表单示例应用程序。
身份验证数据
创建新联系人
添加或编辑联系人
列出所有联系人
取消订阅联系人
删除联系人
应用程序类图
安装指南
自定义显示的列表
如何使用它
Now i am implementing in my project
The Constant Contact APIs allow you to manage contacts in your account in various ways. By utilizing contacts collection and resource, you can add, edit, unsubscribe contacts as well as modify their contact list memberships.
If you are interested in more detailed information about the actual collection and resource for contacts, please refer to the Contacts Collection and Resource Reference.
The following tasks are supported currently:
Listing All Contacts
Creating a Contact
Obtaining a Contact's Information
Updating Contact Information
Searching for a Contact by Email Address
Searching for Contacts by Last Updated Date
http://developer.constantcontact.com/doc/reference
http://developer.constantcontact.com/doc
c# sample code
Using the Constant Contact API with ASP.NET
Sample Upload Forms in .NET
Getting Started with the Upload Forms in .NET
ASP Upload Form sample application.
Authentication data
Create a New Contact
Add or Edit a Contact
List all Contacts
Unsubscribe a Contact
Remove a Contact
Application class diagram
Installation guide
Customize displayed lists
How-To use it