UiPath アカデミー 問題 解答 lesson11 英語版
Lesson11 学習した内容をまとめます。
宜しければ、勉強にご活用ください。
Lesson11 E-mail Automation
Contents
- 1. UiPath アカデミー 問題 解答 lesson10 英語版
- 2. The Send Outlook Mail Message activity will work without having Microsoft Outlook installed:
- 3. What activity can you use to send an email without entering the username and password of the email account?
- 4. What is the supported variable type in the Output property field of all Get Mail activities (POP3, IMAP, Outlook, Exchange)?
- 5. Which of the following properties are found in the Get Outlook Mail Messages activity?
- 6. The Save Attachments activity can save all the attachments of an email to:
- 7. If you want to get only filtered MailMessage variables, what activity should you use?
- 8. Which Visual Basic property within the MailMessage class will you use to get the Date of an email?
- 9. Which of the following activities will allow you to only retrieve only unread messages? (Select all that apply.)
- 10. If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to?
- 11. What activities can you use to send an email message?
- 12. How can you send an image inside a MailMessage?
- 13. UiPath アカデミー 問題 解答 lesson12 英語版
UiPath アカデミー 問題 解答 lesson10 英語版
The Send Outlook Mail Message activity will work without having Microsoft Outlook installed:
- True
- False
What activity can you use to send an email without entering the username and password of the email account?
- Send Exchange Mail Message
- Send SMTP Mail Message
- Send Outlook Mail Message
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)
Which of the following properties are found in the Get Outlook Mail Messages activity?
- Password
- Server
- Port
- MailFolder
The Save Attachments activity can save all the attachments of an email to:
- In a variable, as a collection of attachment objects.
- A relative path.
- An absolute path.
If you want to get only filtered MailMessage variables, what activity should you use?
- Get Exchange Mail Messages
- Get Outlook mail messages
- Get POP3 Mail Messages
- Get IMAP mail messages
Which Visual Basic property within the MailMessage class will you use to get the Date of an email?
- Attachments Date
- Headers(“Date”)
- the Date
- cannot be retrieved
Which of the following activities will allow you to only retrieve only unread messages? (Select all that apply.)
- Get IMAP Mail Messages
- Save Mail Message
- Get OUTLOOK Mail Message
- Get POP3 Mail Messages
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.Net.Mail.MailMessage
- System.Web.Mail.MailMessage
What activities can you use to send an email message?
- Send SMTP Mail Message.
- Send IMAP Mail Message.
- Send Outlook Mail Message.
How can you send an image inside a MailMessage?
- You can add the path to the attachment directly in the send activity.
- Using an Invoke Method which allows you to Add the path to the Attachments collection of a MailMessage object
- You can specify the relative path of the image in the Attachments property.
- You cannot send an image attachment inside a MailMessage.
ディスカッション
コメント一覧
まだ、コメントがありません