I am migrating a code written using server object model to CSOM. The server object model has code that deals with creating lists with incoming email enabled. It also has code to retrieve the email address of the list(s).
I want the CSOM equivalent of
list.CanReceiveEmail
list.EmailAlias
I have tried to find reference on official site and other literature on the internet but found nothing. That's why I have turned to here for an answer.
Regards
Amar
Please mark the reply as answer if it answers your question. Mark it as helpful if it does help you.