地址簿应用程序和支持现有格式
我需要在我正在制作的库存应用程序中实现地址簿功能,并且我知道我的客户总是在不同的地址簿应用程序和电子邮件客户端之间切换,并且她总是在它们之间导入和导出信息。
所以,我在想为什么不让她将我的应用程序中的联系人导出到 Outlook 联系人文件或其他文件中。
但这可以吗?我们可以这样做吗?我应该去哪里获取更多相关信息?
谢谢
I need to implement an address book feature into an inventory app that I'm making, and I know that my client is always switching between different addressbook apps and email clients, and she always imports and exports info between them.
SO, I was thinking why not let her export contacts from within my app to an Outlook contact file or something.
But is this OK to do? Are we allowed to do it? And where abouts should I go for more information about this?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 Outlook 导入该格式,也许您可以生成 vCard?
编辑:另外,如果您使用的是 Visual Studio(C# 或 VB.NET),请尝试查看 互操作库。例如,在 VS 2008 中,File >新建项目,在 Visual C# 下 > Office,选择 Outlook 2007 加载项。请参阅StackOverflow 上有关 office-interop 的所有问题。
Perhaps you can generate vCards if Outlook will import that format?
Edit: Also, if you are using Visual Studio (C# or VB.NET) try looking into the interop libraries. For example, in VS 2008, File > New Project, under Visual C# > Office, pick Outlook 2007 Add-in. See all questions on StackOverflow about office-interop.