iOS5 应用程序中的发送电子邮件选项

发布于 2025-01-05 11:36:29 字数 175 浏览 0 评论 0原文

我的 iOS 应用程序正在发送电子邮件,它会生成电子邮件表单,供用户使用 MFMailComposeViewControllerDelegate 发送。现在我只是想知道我们是否可以隐藏 CC/Bcc 字段以及是否可以选择不包含用户签名。我环顾四周,没有在 API 中找到任何东西——我是在吠叫一棵不存在的树吗?

I've got my iOS app sending out emails, where it generates the email form ready for the user to send using MFMailComposeViewControllerDelegate. Now I'm just wondering if we can hide the CC/Bcc field and if we can choose not to include the users signature. I've looked around and not found anything in the API - am I barking up a non existant tree?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薯片软お妹 2025-01-12 11:36:29

你确实是在对一棵不存在的树吠叫。

但是,您可以:

实现您自己的邮件编辑器视图(可能还有您自己的邮件发送器代码);

寻找可以帮助您实现这一目标的 API;

尝试私有 API 调用(Apple 可能不会接受您的应用程序);

You are indeed barking up a non-existent tree.

You can, however:

Implement your own mail composer view (and probably your own mail sender code);

Look for an API that can help you with implementing that;

Try the private API calls (and Apple won't probably accept your app);

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文