- UIpath习题总结篇 - Lesson 11 - Email
- UIpath习题总结篇 - Lesson 10 - PDF
- UIpath习题总结篇 - Lesson 13 - Projec
- UIpath习题总结篇 - Lesson 12 - Debugg
- UIpath习题总结篇 - Lesson 1 - Introdu
- UIpath习题总结篇 - Lesson 2 - Variabl
- UIpath习题总结篇 - Lesson 4 - Recordi
- UIpath习题总结篇 - Lesson 5 - Advance
- UIpath习题总结篇 - Lesson 7 - Image a
- UIpath习题总结篇 - Lesson 8 - Advance
Lesson 11 - Email Automation
activity
Get Outlook Mail Messages activity
Single choice
(118) Which of the following properties are found in the Get Outlook Mail Messages activity?
Password Port Server MailFolder (√)
Send Outlook Mail Message activity
Single choice
(119) The Send Outlook Mail Message activity will work without having Microsoft Outlook installed:
False (√) True
Single choice
(120) What activity can you use to send an email without entering the username and password of the email account?
Send Exchange Mail Message
Send Outlook Mail Message (√)
Send SMTP Mail Message
Save Mail Message activity
Single choice
(121) What is the output of the Save Mail Message activity?
None of the options.
It saves a .eml file.(√)
It saves a .pst file.
It saves a .msg file.
Get Outlook Mail Message activity
Single choice
(122) Will The Get Outlook Mail Message activity delete the emails from the account after it reads them?
Yes No (√)
Single choice
(123) If you want to get only filtered MailMessage variables, what activity should you use?
Get Exchange Mail Messages (×)
Get POP3 Mail Messages
Get IMAP mail messages
Get Outlook mail messages (√)
For Each activity
TypeArgument property
Single choice
(124) If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to?
System.Web.Mail.MailMessage
System.Net.Mail.MailMessage (√)
send an email message
Multiple Choice
(125) What activities can you use to send an email message?
Send IMAP Mail Message.
Send Outlook Mail Message. (√)
Send SMTP Mail Message. (√)
variable type
Single choice
(126) What is the supported variable type in the Output property field of all Get Mail activities (POP3, IMAP, Outlook, Exchange)?
List (Generic) Generic MailMessage List (MailMessage) (√)
Visual Basic property
Single choice
(127) Which Visual Basic property within the MailMessage class will you use to get the Date of an email?
Date the Date cannot be retrieved
Headers(“Date”) (√) Attachments
网友评论