KnownContactProperties

KnownContactProperties

本文介绍了如何在c#中向联系人添加电子邮件列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


全部,



我正在使用已知属性保存电子邮件的contcat详细信息:

  KnownContactProperties  电子邮件 
KnownContactProperties WorkEmail
KnownContactProperties OtherEmail





如果我们想要更多,我们无法添加。请建议我最好的方式。





谢谢。




Pallam Madhukar Windows Phone开发人员

解决方案

HI all,

I am saving contcat details for emails using known properties:

KnownContactProperties.Email
KnownContactProperties.WorkEmail
KnownContactProperties.OtherEmail


if we want more than this, we are not able to add. please suggest me best way.

Thanks.


Pallam Madhukar Windows Phone Developer

解决方案


这篇关于如何在c#中向联系人添加电子邮件列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 13:20