Skip to main content
Question

“category” of the email


How to store the “category” of the email like “email Subject, Received Time” using Automation Anywhere A360?

Can anyone please help me with the solution.

3 replies

Userlevel 6
Badge +15

Hi @Mamatha 1214 ,

Please check the below link,

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-email-properties.html

 

You must use certain Email actions within a Loop action. Use the For each mail in mail box iterator to repeat a set of actions on all the emails within the specific parameters.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-email-action-loop.html

Badge +1

Hi @Mamatha 1214,

Step:1 Using Email: Connect 

Step:2 Use Loop: For Each Mail in mailbox: Create Dictionary Variable with suitable name as Output.

 i.e. ($dictEmailDetails$)

Step:3 Add a Message Box displaying Dictionary{Key1},Dictionary{Key2}….

eg:Email Subject - $dictEmailDetails{emailSubject}$ (Leads to Email Subject of a Particular Email) Email From - $dictEmailDetails{emailFrom}$ (Leads to Sender Email of a Particular Email)

You will get the Keys in the below Link: https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-email-properties.html

Badge +2

Thanks for the response. Do we have any key that returns “Category of an Email”.

Reply