Create Client
The Create Client component in Robbot RPA is a NativeActivity that enables you to create a mail client and establish a session for performing various email operations. By providing the required parameters such as host, username, port, password, timeout, delivery method, SSL, and delivery format, you can configure the mail client with the specified settings.
Parameters
Host : Specify the hostname or IP address of the mail server. Type : String Username: Provide the username or email address associated with the mail account. Type : String Port: Specify the port number used for mail communication. Type : String Password: Enter the password associated with the mail account. Type : String Timeout : Specify the timeout duration for mail operations in seconds. Type : Integer Delivery Method : Choose the delivery method for sending mail. Options include "Network", "PickupDirectoryFromIis", "SpecifiedPickupDirectory", and "SmtpDeliveryMethod". SSL: Specify whether to use SSL (Secure Sockets Layer) for mail communication. Select "True" to enable SSL, and "False" to disable it. Type : Boolean Delivery Format: Specify the delivery format for sending mail. Options include "International" and "SevenBit".
Usage
To use the Create Client component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Create Client component into your sequence or workflow.
Configure the parameters based on your mail server settings:
Enter the Host name or IP address of the mail server.
Provide the Username or email address associated with the mail account.
Specify the Port number used for mail communication.
Enter the Password associated with the mail account as a secure string.
Specify the Timeout duration for mail operations.
Choose the Delivery Method for sending mail.
Specify whether to use SSL for mail communication.
Choose the Delivery Format for sending mail.
The Create Client component will create a mail client and establish a session with the specified mail server and credentials.
You can now use other mail-related components that require a mail session to perform various operations such as sending emails, retrieving emails, or managing mailbox folders.
Continue building your sequence or workflow by adding other components or actions related to email operations.
Execute the workflow or sequence to perform email operations using the created mail client and session.
The Create Client component provides a convenient way to create a mail client and establish a session for email operations in Robbot RPA. By providing the necessary parameters, you can configure the mail client with the desired settings for connecting to your mail server.
Please refer to the Robbot RPA documentation or consult your system administrator for more information on working with email operations and configuring the mail client in Robbot RPA.