Sending an e-mail with multiple attachments using ADF Mobile
780058Feb 4 2013 — edited Feb 4 2013Hi,
I want to send multiple attachments using ADF Mobile, using Jdeveloper version 11.1.2.3.0
looking at the signature of the sendEmail() method below, attachments param looks as String
DeviceManagerFactory.getDeviceManager().sendEmail(
java.lang.String to
,java.lang.String cc
,java.lang.String subject
,java.lang.String body
,java.lang.String bcc
,java.lang.String attachments
,java.lang.String mimeTypes)
Is Multiple attachments supported in ADF Mobile? If so please suggest how to achieve this scenario.
- Deepak