I have a workflow which checks an inbox of currently 210 total e-mails. Everything works fine, up until about e-mail #179 in the list. For some reason UiPath is able to return the “Subject” but cannot return “Sender” or “From” details… There isn’t anything obviously unusual about this e-mail when I look at it in Outlook - there is a valid “From” address and the Subject is correct. What is happening here? It’s very weird that the bot works perfectly fine for the other 150+ e-mails and then suddenly has this issue at a certain point.
The below error occurs when trying to assign the “From” or “Sender” of the email.
listMail(emailcounter).Sender.ToString etc…
Screenshot below with censored data.