Hello!
I need to take only one older mail message from Outlook Mail box and make only this one message as read. How make it ?
This poperties make as read all messages:
Thank you!
Hello!
I need to take only one older mail message from Outlook Mail box and make only this one message as read. How make it ?
This poperties make as read all messages:
Thank you!
Welcome to our uipath community.
May I know total how many old mails will be there in the Mail box ?
from 0 to 30 messages can be
Set Top field with 30 and it will read top 30 mails from it and it will give you output as List of Mail Messages and say mailMessage
To read last unread mail try below expression.
mailMessage(mailMessage.Count - 1)
No, i need make property “Read” only for one old message, not for all 30. This made this property for all 30 message.