地址簿应用程序和支持现有格式

发布于 2024-10-31 03:54:44 字数 192 浏览 0 评论 0原文

我需要在我正在制作的库存应用程序中实现地址簿功能,并且我知道我的客户总是在不同的地址簿应用程序和电子邮件客户端之间切换,并且她总是在它们之间导入和导出信息。

所以,我在想为什么不让她将我的应用程序中的联系人导出到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼性发作 2024-11-07 03:54:44

如果 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文