Email Automation Flashcards

1
Q

You must build a process that automates replying to specific emails with Outlook 365 online. What scope activity should you use to start building your process in Studio?

Exchange Scope

Microsoft Office 365 Scope

Use Desktop Outlook App

Use Outlook 365

A

Use Outlook 365

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between the “Save Mail Message” and “Save Outlook Mail Message” activities?

Choose one of the answers.

The Save Mail Message activity saves the MailMessage object variable retrieved from activities such as Get POP3 Mail Message or Get IMAP Mail Message to a specified folder on the current machine, while the Save Outlook Mail Message saves an Outlook mail message retrieved with the Get Outlook Mail Messages activity to the specified folder.

There’s no specific difference. They can both be used in the same way.

The Save Mail Message activity saves the MailMessage object variable retrieved from activities such as Get Outlook Mail Messages to a specified folder on the current machine, while the Save Outlook Mail Message saves an Outlook mail message retrieved with the Get POP3 Mail Message activity to the specified folder.

The Save Mail Message activity requires a connection to the Microsoft Outlook 365 online account, while the Save Outlook Mail Message doesn’t.

A

The Save Mail Message activity saves the MailMessage object variable retrieved from activities such as Get POP3 Mail Message or Get IMAP Mail Message to a specified folder on the current machine, while the Save Outlook Mail Message saves an Outlook mail message retrieved with the Get Outlook Mail Messages activity to the specified folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following activities allows us to filter emails?

Choose one of the answers.

Download Email

Set Email Categories

For Each Email

Move Email

A

For Each Email

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What activity allows you to connect and authenticate to Google services and supports all Gsuite activities?

Choose one of the options below

Use Google Drive

Use Google Spreadsheet

GSuite Application Scope

Use Google Document

A

GSuite Application Scope

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to?

Choose one of the options below

System.Net.Mail.MailMessage

System.Net.Mail.MailAddress

System.Net.Mail.MailPriority

System.Web.Mail.MailMessage

A

System.Net.Mail.MailMessage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the supported variable type in the Output property field of all Get Mail activities (POP3, IMAP, Outlook, Exchange)?

Choose one of the options below

List <Generic></Generic>

MailMessage

List <MailMessage></MailMessage>

String

A

List <MailMessage></MailMessage>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which statement accurately describes the process of automating the interface of Outlook using UI Automation activities within the Use Desktop Outlook App activity?

Choose one of the options below

Only one Outlook window should be open on your machine for successful automation.

The Use Desktop Outlook App activity is not compatible with UI Automation activities.

Multiple Outlook windows need to be open on your machine for the automation to work effectively.

UI Automation activities cannot be used to automate the interface of Outlook.

A

Only one Outlook window should be open on your machine for successful automation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following properties are found in the Get Outlook Mail Messages activity?

Choose one of the options below

Port

Server

MailFolder

Password

A

MailFolder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You are using the ‘Save Attachments’ activity and you have specified a local folder to download the files. What will happen if there are duplicate file names in the folder?

Choose one of the options below

The automation will continue without downloading the new files.

The old files will automatically be overwritten.

An error message will be thrown and the automation will stop.

A new folder will automatically be created for each duplicate file.

A

The old files will automatically be overwritten.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Review Question : Which of the following pieces of information cannot be stored in an Orchestrator asset?

Choose one of the options below

A URL

A table

A set of credentials

A number

A

A table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You are retrieving some Outlook mail messages and you are filtering them using the following expression:

“[Received] >= ‘” + DateTime.Today.AddDays(-2).ToString(“d”) + “ 00:00AM’ AND [Received] < ‘”+ DateTime.Today.ToString(“d”) + “ 00:00AM’”

This means that you are looking for…

Choose one of the options below

All mail messages received two days ago.

All mail messages received in the last 22 hours.

All mail messages received two hours ago, today.

All mail messages received in the previous two days.

A

All mail messages received in the previous two days.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What activity can you use to send an email without entering the username and password of the email account?

Choose one of the options below.

Send Outlook Mail Message

Send Exchange Mail Message

Send IMAP Mail Message

Send SMTP Mail Message

A

Send Outlook Mail Message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Review Question -Which of the following properties cannot be modified once global constants and variables are created?

Choose one of the options below

Name

Scope

Value

Data Type

A

Name

Scope

Data Type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The Send Outlook Mail Message activity will work without having Microsoft Outlook installed.

Choose one of the options below.

False

True

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly