Skip to main content
Question

Hi All, I am downloading all attachments and saving in a particular folder .While doing this all the sender Email id 's are in a dictionary variable.So how can i get that Email-id's into Excel

  • 1 September 2022
  • 4 replies
  • 127 views

Hi All, I am downloading all attachments and saving in a particular folder .While doing this all the sender Email id 's are in a dictionary variable.So how can i get that Email-id's into Excel

thanks a lot ashwin.With this excel i am having another master data in which all the mail id's are available along withsome data and i need to change the name of the downloaded excel attachment with some column in master file by validating the mail ids .

can you please explain


Hi @mahesh ch​ ,

 

I've answered a similar question here(link), please have a look and let me know if it satisfies your requirement.

 

KInd Regards

Ashwin A.K


Hi @mahesh ch​ ,

 

Add the email ids and attachment names to a Dictionary.

Next, loop for each row in the Master Dataset and validate whether the Key exists using the Dictionary: Get Action.

If the key doesn't exist, it will return null.

 

You can frame the rest of the logic into this.

 

Kind Regards,

Ashwin A.K


Thanks a lot ashwin

how can we add email id and attachment names to a variable.and can u elaborate for clear understanding to solve this


Reply