Avatar

Level 3

Hi Kayla3536,

You can also write it on click of a button.

var oDoc = event.target;

oDoc.mailDoc({
bUI: true,
cTo: fldTo.rawValue,
cCC: fldCC.rawValue,
cSubject: fldSubject.rawValue,
cMsg: fldMessage.rawValue
});