On a Windows 8.1 Phone device a Cordova app plugin is accessing showComposeNewEmailAsync here is the code;
exports.open = function (success, error, args) {
var props = args[0],
email = exports.getDraftWithProperties(props);
Windows.ApplicationModel.Email.EmailManager...