I think I'm stuck looking for an efficient solution
print(item.cc_recipients)
I got the result:
[Mailbox(name='xxx1@gmail.com', email_address='xxx1@gmail.com', routing_type='SMTP', mailbox_type='OneOff', item_id=None), Mailbox(name='xxxx xxxx', email_address='xxx.xxx@xx.xx.com', routing_type='SMTP', mailbox_type='Mailbox', item_id=None)]
but I would like to download a list with just email addresses ?, Is there a quick solution?