I need someone to take a look at the below in red and tell me why the Bcc is not working correctly, what am I missing?? all the other fields work great.
var
oDoc = event.target;
oDoc.mailDoc({
bUI
: true,
cTo
: fldTo.rawValue,
cCc
: fldCC.rawValue,
cBCc
: fldBCc.rawValue,
cSubject
: fldSubject.rawValue,
cMsg
: fldMessage.rawValue
});