How to get the value from BCC in email using SuiteScript?
Hi, I have a requirement to add an email ID in BCC instead of CC. But when trying to do that, getting an error like "TypeError: Cannot find function getBcc in object com.netledger.app.email.handler.plugin.EmailMessageDto@38777086." The syntax used to get the BCC email is as below. email.getBcc(). But at the same time we…