MS Exchange Server
Last updated
Last updated
This element establishes a connection to Microsoft Exchange server and enables robots to interact with it to perform operations with email.
It is a container for other elements that are part of the MS Exchange
group (see the illustration below), which are used for sending/receiving email, attaching files to messages, extracting attachments and other email operations.
Description of general properties can be found in the Element properties section.
If the name of the property is marked with an asterisk *
, this means that it is mandatory to specify it.
Exchange
Version
Microsoft.Exchange.WebServices. Data.ExchangeVersion
Version of MS Exchange server. By default, Exchange2013_SP1
version is set. To select another version, click on the dropdown list.
Server URL
String
URL of MS Exchange server. Example: "https://<server>/EWS/Exchange.asmx"
String
Specify user email to use autodiscovery of the URL for Exchange web services (EWS) endpoint. Example: "user1@example.com"
Domain
String
Domain name
Login
String
User login
Password
String
Password of the Exchange account
Secure password
Field for the encrypted password. For security purposes the password in SecureString format is not stored openly. It can be obtained, for example, from Credential Manager application
Russian time zone
Boolean
This setting is meant for time corrections. For example, if the time zone is determined incorrectly in the Russian localized version. By default it is disabled.
There is a sample RPA project available to practice using the MS Exchange server element. It can be accessed by downloading a Learning archive.
Download the archive with training materials using the link specified above.
Unpack the archive and open StudioActivities
project in Studio.
Find StudioActivities/Ru/Почта/MS Exchange/Основы.ltw
process in the project.
Example of using the element in a process of Pure code type:
Important! Extracting of email attachments requires enabling the Russian time zone property.