Create your first automation in just a few minutes.Try Studio Web →
by YouTube
1
Snippet
145
Summary
Summary
Plug & Play BOT, a ready-to-use UiPath workflow for Outlook Automation to send multiple attachments
Overview
Overview
Introducing the Plug & Play BOT, a ready-to-use UiPath workflow for Outlook Automation that can be integrated easily with any project across different customers that too without any modification.
Send email is one of the most common functionality that we come across in almost every RPA implementation. Developers face challenges to configure the BOT to send more than one email attachment.
BOT sends one or more email attachment(s) to the ‘To’ & ‘Cc’ recipients mentioned in config file. It reads the email Subject and Body from the email templates stored in Data\Template folder.
Successfully tested the execution for different customers. It works very well without any change in code. It can be run standalone or can be integrated with any project.
Features
Features
It saves the development effort of RPA Professionals by preventing them to re-invent the wheel
Additional Information
Additional Information
Dependencies
It is built on the concept of Robotic Enterprise Framework (ReFramework). It can be easily integrated with non-ReFramework projects as well. One or more email attachment should be passed as stings separated by commas within curly brackets as an input argument to in_arrAttachments variable. e.g. {“Data\Temp\File.xlsx”, “Data\Logs\File2.xlsx”} Send Outlook Mail Message is used to address the Email Subject, Email Body and Recipients details. Hence, it need to be passed as an argument. “To” section of the send email activity is mandatory, whereas “Cc” is optional. Subject & Body section of the send email activity is optional. BOT reads subject & body from email template for customized/user-defined message. If no email template exist then BOT sends the default subject & message hardcoded within workflow. Emails are sent through Outlook.
Code Language
Visual Basic
Technical
Version
1.0Updated
February 18, 2020Works with
Tested the backward compatibility with 2017 release of UiPath. It is created with 2018.2.3 release of UiPath Studio.
Certification
Silver Certified
Tags
Support
UiPath Community Support
Resources