2016-02-17 2 views

Répondre

2

Je trouve la solution: dans la fonction de rappel que nous obtiendrons un objet arguments qui contient toutes les informations sur le message envoyé comme l'ID, labelId ... ect:

function callback(){ 
    var idMail=arguments[0].id; 
    /*Stored into the dataBase or others operations */ 
}