I'm new to Gmail add-ons. Could you please help me how to retrieve current email from address, to address and cc addresses?
GmailApp.getMessageById(messageId).getTo()
GmailApp.getMessageById(messageId).getFrom() is displaying names but not giving email addresses.