Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将电话簿联系人导出到单个 VCF 文件。我是 VCF 文件的新手。
我在 Windows Phone 中找不到任何 API 或代码来生成 VCF 文件。
谢谢
您可以使用ToVcardAsyncorToVcardAsync(VCardFormat)方法获取 VCF。 ContactInformation类包含这些方法。
ToVcardAsync
ToVcardAsync(VCardFormat)
ContactInformation