You need to sign in to do that
Don't have an account?

massemailmessage and flex
Hi
I was able to compose a single email and send it. I created the object using the following syntax:
var single: SingleEmailMessage = new SingleEmailMessage();
I am trying to create a MassEmailMessage object but i am unable to do so in flex.
var mass: MassEmailMessage = new MassEmailMessage();
I get the following error message:
Type was not found or was not a compile-time constant: MassEmailMessage.
Regards
Rajat
I was able to compose a single email and send it. I created the object using the following syntax:
var single: SingleEmailMessage = new SingleEmailMessage();
I am trying to create a MassEmailMessage object but i am unable to do so in flex.
var mass: MassEmailMessage = new MassEmailMessage();
I get the following error message:
Type was not found or was not a compile-time constant: MassEmailMessage.
Regards
Rajat