ok,
I started here:
Code:
mynameZimlet.prototype.emailErrorCheck =
function(mail, boolAndErrorMsgArray) {
mail.clearAddresses();
var errParams = {
hasError:true,
errorMsg: "NO!",
zimletName:AttachAlertZimlet.ZIMLET_NAME
};
return boolAndErrorMsgArray.push(errParams);
} It shoud clear the address and stop the mail, but it's not working...
What I miss?
Thanks