简体   繁体   English

如何在iPhone中访问收件箱消息

[英]How to access inbox message in iPhone

I am developing an app in which there is a requirement under which I have open messages from inbox of iPhone in my app. 我正在开发一个应用程序,其中要求在我的应用程序中必须有来自iPhone收件箱的打开消息。

I can't seem to find any API through which I can do this - is there a way I can access inbox messages> 我似乎找不到通过它可以执行此操作的任何API-有没有一种方法可以访问收件箱消息>

You cannot do this. 你不可以做这个。

The only way you are able to excess email messages is by building the email access internal. 多余电子邮件的唯一方法是构建内部电子邮件访问权限。 You can only send message from within your own app. 您只能从自己的应用程序中发送消息。

Your app then sends that message to the email app on it's behalf and the mail app actually sends it, however does not interact with it beyond that point. 然后,您的应用程序代表该消息将该消息发送到电子邮件应用程序,而邮件应用程序实际发送了该消息,但是在此之后未与之交互。 For your app to be able to open messages from an inbox it would breach the security of the email account. 为了使您的应用程序能够从收件箱中打开消息,这将破坏电子邮件帐户的安全性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM