By wanjin ma
14 Jan 2013 06:16
English
9 Replies
when I launch application service to send a email,is it possible to specify a "receiver" and "subject" in advance?
my code is below here,it can launch email composer,but receiver is empty and subject is "Subject" for default .
var service = new tizen.ApplicationService("http://tizen.org/appcontrol/operation/send", null, "*/*");
try {
tizen.application.launchService(service, null, this.onSuccess, this.onError, this.serviceReply);
} catch (exc) {
alert("launchService exc: " + exc.message);
}
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------