Hello Everyone,
My Objective is to check for the mail attachment in outlook and if attachment is there then identify the file type and move to specific folder.
Any Docs Reference will also be helpful
With Regards
Rohan Goswami
Hello Everyone,
My Objective is to check for the mail attachment in outlook and if attachment is there then identify the file type and move to specific folder.
Any Docs Reference will also be helpful
With Regards
Rohan Goswami
Step 1: Use Save Attachments activity to save all attachments of email to a temp folder.
Step 2: Use full file path as parameter to create a FileInfo object, and get each file’s extension.
Step 3: Switch activity to identify the file type and move to specific folder.
Thanks @Yoichi
This is Pretty Helpful. Though I will modify according to the requirements
With Regards,
Rohan Goswami
Thanks
This was helpful.
With Regards
Rohan Goswami
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.