简体   繁体   中英

Delphi XE2/FireMonkey Email Creation

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?

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.

Delphi xe4让所有Indy组件都在win32 / iOS平台上运行。

Sending an email from an iOS FireMonkey application

http://blogs.embarcadero.com/ao/2011/10/04/39133

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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