iOS5 应用程序中的发送电子邮件选项
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你确实是在对一棵不存在的树吠叫。
但是,您可以:
实现您自己的邮件编辑器视图(可能还有您自己的邮件发送器代码);
寻找可以帮助您实现这一目标的 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);