- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
});