UiPath
Automation For Email
Download attachment based on email subject
Step 1:
Use get Outlook mail messages activity and
mention folder in the properties from folder you want to get mails
like(“inbox”) and check/uncheck the unread an mark read according to your
requirement .and store it in a variable getmailmessages .
Note: Make sure you are logged in your outlook mail or else you need to provide the
credentials
Step 2:
Use for each activity to look through every
mail in inbox folder and use variable getmailmessages
in
for each activity
Note: Change the type of argument of for each activity to system.mailmessages.
No comments:
Post a Comment