可以打开从app显示搜索结果的邮件应用程序吗?

时间:2022-09-10 19:22:17

I don't want to write my own email app. All I want is to be able redirect to mail with a preconfigured search string to display relevant emails. There doesn't appear to be a way to read or list emails from mail.app from within another app. Am I overlooking something? Is there a workaround for this? I am fully aware of and able to use message UI in my app. What I want is to read, not send, email that has already been downloaded and exists in mail.app.

我不想写自己的电子邮件应用程序。我想要的是能够使用预先配置的搜索字符串重定向到邮件以显示相关的电子邮件。似乎没有办法从另一个应用程序中读取或列出来自mail.app的电子邮件。我忽略了什么吗?这有解决方法吗?我完全了解并能够在我的应用程序中使用消息UI。我想要的是阅读,而不是发送已经下载并存在于mail.app中的电子邮件。

1 个解决方案

#1


0  

The only way that you can use to connect apps with other apps in iOS is thought url scheme.

用于将应用程序与iOS中的其他应用程序连接的唯一方法是思想网址方案。

You can take a look at Url Scheme reference

您可以查看Url Scheme参考

but it seems like you can't make this action.

但似乎你无法做出这个动作。

UPDATE:

you can take a look the extra functionalities at Wikipedia

你可以看看*的额外功能

#1


0  

The only way that you can use to connect apps with other apps in iOS is thought url scheme.

用于将应用程序与iOS中的其他应用程序连接的唯一方法是思想网址方案。

You can take a look at Url Scheme reference

您可以查看Url Scheme参考

but it seems like you can't make this action.

但似乎你无法做出这个动作。

UPDATE:

you can take a look the extra functionalities at Wikipedia

你可以看看*的额外功能