WinActor

2021.12.07
Libraries
OutlookOperation_IsUnreadMail

Check if the specified mail is read or unread.

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.

"Existence_of_mail":
Specify a variable to store the existence of the specified mail.
* "True" will be stored if the mail exists regardless of its read status.

"Unread_mail":
Specify a variable to store the read status. When the mail is unread, "True" will be stored. Otherwise, "False" will be stored.
Output
Mail status of 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, mail information, outlook