hello, how can I get the subject of the incoming mail?
Page 1 / 1
Hi @eks rpa ,
When you Loop through mails in mailbox using the Loop Action, you have the option of either assigning a Dictionary to the Loop Action or you can directly assign the required keys to select variables.
If you are comfortable using the Dictionary, then use this to retrieve the Email Subject:
$dictMails{emailSubject}$
If you want to learn more about you can either go through the documentation here or read about it on my dictionaries in general here.
Kind Regards,
Ashwin A.K
Here is the documents link
dictionary keys:
- emailSubject
- emailFrom
- emailTo
- emailCc
- emailBcc
- emailMessage
- emailReceivedTime
- emailReceivedDate
- emailSentTime
- emailSentDate
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.