For every new incoming email messages add a new row and putingt there the details such as sender, date and time received, subject and the message. Can someone help me in this case.
Hi @Kuenzang
You can use Get IMAP mail message or pop3 message or outlook email activity, this will give you list of messages.
Buid a datatable with required columns. Then use foreach mail.message loop to iterate on each message and add a new row to your Datatable with required fields
Thanks,
Prankur