Delphi XE2/FireMonkey 电子邮件创建
我们正在用 Delphi XE2/Firemonkey for IOS 编写一个应用程序(在 iPad 上运行)我们需要能够从应用程序中创建带有附件的电子邮件。我们尝试过使用 Indy 组件,但它们不适用于 IOS。无论如何,我们可以在 Delphi 中做到这一点,还是必须求助于 Xcode 中编写应用程序?
We are writing an application in Delphi XE2/Firemonkey for IOS (to run on an IPad) We need to be able to create an email witn an attachment from within the application. We have tried to use the Indy components but they do not work on IOS. Is there anyway we can do this in Delphi or do we have to resort to writing the app in Xcode?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Indy 不适用于 iOS。请参阅这个SO问题。
Embarcadero Delphi Firemonkey 论坛上有一个关于此问题的帖子话题。其中,建议您使用iOS MessageUI框架,并参考这个SO问题为例。
Indy doesn't work on iOS. See this SO question.
There's a thread on the Embarcadero Delphi Firemonkey forums about this very topic. In it, it's suggested you use the iOS MessageUI framework, and refers to this SO question for an example.
从 iOS FireMonkey 应用程序发送电子邮件
http://blogs.embarcadero.com/ao /2011/10/04/39133
Sending an email from an iOS FireMonkey application
http://blogs.embarcadero.com/ao/2011/10/04/39133
Delphi xe4 的所有 Indy 组件都可以在 win32 上运行
/iOS平台。
Delphi xe4 has all Indy components working both win32
/iOS platform.