언어 설정

Menu
Sites
Language
How to launch Native Email App?

Hi, guys!

Please, tell me what wrong in my code. App launched, but don't show Contact name.

/*...*/
var appControl = new tizen.ApplicationControl("http://tizen.org/appcontrol/operation/compose", "name@company.com");
    			tizen.application.launchAppControl(appControl, "tizen.email",
function(){console.log("launch appControl succeeded");}, 
function(){console.log("launch appControl failed. Reason: " + e.name);});
/*...*/

in DB:

contacts[0].emails[0].email = 'name@company.com';

 

Responses

1 댓글
Raghu Kona

Hi Enjo,

The first part of the code shall launch email application with the name. I tested and it works fine for me. 

I did n't get the DB part. Can you explain ehat exactly you are trying to do?

Regards,

Raghu Kona