Datatable issue

Hii ,
image

below is the image of datatable
depending on from_address i.e for from_address supriya.yenaganti@galentictech.com I want to select subject body and datetime How do I do it

Thanks and Regards,
Supriya

Hi @supu123

You can do like this:

  1. Read mails from outlook ( get outlook mailmessages )
  2. In properties Add filter ( "[From]=‘Username’ ")
  3. Drag the for loop ( typeargument=System.Net.Mail.MailMessage )
  4. If you want only body of the mail : item.Body.ToString

OR

  1. Read mails from outlook ( get outlook mailmessages )
  2. Drag the for loop ( typeargument=System.Net.Mail.MailMessage )
  3. Add a condition to check for the specific mailaddress

    Thanks.
    Goutham Vijay

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.