如果 iPhone 中没有设置邮件,从联系人检索邮件会崩溃
我正在尝试从联系人中检索电子邮件。我能够成功检索它,但如果没有为某个人设置电子邮件并且我尝试检索他们的联系人,那么应用程序就会崩溃。
我想检查特定联系人的邮件是否存在,如果没有为该联系人设置邮件,则显示警报。我怎样才能实现它?
I am trying to retrieve email from the contacts. I am able to retrieve it successfully, but if there are no email set for a person and if I try to retrieve their contact then the app crashes.
I want to check whether the mail is there or not for particular contact and display an alert if there is no mail set for the contact. How can I achieve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过查找 cfindex 值解决了这个问题,如果 mailid 可用,则返回 1;如果没有 mail id 不可用,则返回 0。
I solved it by finding the cfindex value it returns 1 if mailid is available and 0 if no mail id is not available.