WinActor

2021.12.07
Libraries
OutlookOperation_MarkAsReadOrUnread

Change the read status of a mail.

Please see this precautions upon downloading this library.
Input
"Folder":
Specify a folder.

Example) aaaa@bbb.cc\Inbox\ddd

"Delimiter":
Select a delimiter from the following 5 characters. A delimiter should be a character which is not used in the folder names. \, /, #, $, %

"Mail_number":
Specify a 1-based serial number of the received mails.
* The received mails are sorted by received date in ascending order.

"Read_status":
Select how to change the read status of the mail.
"Mark_as_unread": changes the read status to "unread".
"Mark_as_read": changes the read status to "read".
* When "Mark_as_unread" is selected for unread mail or "Mark_as_read" is selected for read mail, nothing will change.

"Existence_of_mail":
Specify a variable to store the existence of the mail.
* "True" will be stored if the mail exists regardless of its read status.
Output
Mail marked as read or unread
Details
[History]
2021/12/7: Initial release
Operating environment
WinActor Ver.6.1.0, Windows10(checked on August, 2021)
Keywords
unread mail, read mail, outlook, replacement