如何在不监视 Blue Prism 的情况下阅读电子邮件(outlook)
How to read an email(outlook) without spying in Blue Prism
Blue Prism:我正在尝试阅读一封电子邮件(outlook),其中包含有关任务状态、名称和 table 以及多个 headers 的信息。我应该将所需的信息(如名称、任务状态)保存在已经写入的 headers 下的 Excel 中。它应该在不监视元素的情况下动态发生。谁能详细说一下流程吗?
您有 2 个选择:
- 使用the MAPIEx object for a back-end connection to your Outlook profile's mailbox. (See also: MAPIEx installation guide)
- v6.3 及更高版本 使用捆绑的 Blue Prism 提供的 MS Outlook VBO,它具有以下操作:
- Delete Email
- Forward Email
- Get Received Items Advanced
- Get Received Items Basic
- Get Received Items Expert
- Get Sent Items Advanced
- Get Sent Items Basic
- Get Sent Items Expert
- Mark Email As Read
- Mark Email As Unread
- Move Email to Inbox Sub Folder
- Reply to Email
- Reply All to Email
- Save Attachment Attachments
- Save Email
- Save Email As File
Blue Prism:我正在尝试阅读一封电子邮件(outlook),其中包含有关任务状态、名称和 table 以及多个 headers 的信息。我应该将所需的信息(如名称、任务状态)保存在已经写入的 headers 下的 Excel 中。它应该在不监视元素的情况下动态发生。谁能详细说一下流程吗?
您有 2 个选择:
- 使用the MAPIEx object for a back-end connection to your Outlook profile's mailbox. (See also: MAPIEx installation guide)
- v6.3 及更高版本 使用捆绑的 Blue Prism 提供的 MS Outlook VBO,它具有以下操作:
- Delete Email
- Forward Email
- Get Received Items Advanced
- Get Received Items Basic
- Get Received Items Expert
- Get Sent Items Advanced
- Get Sent Items Basic
- Get Sent Items Expert
- Mark Email As Read
- Mark Email As Unread
- Move Email to Inbox Sub Folder
- Reply to Email
- Reply All to Email
- Save Attachment Attachments
- Save Email
- Save Email As File