How can I assign a mail sender if I let the bot look for the last 30 mails in “Inbox” in a For Each-Acitvity?
I want to add the assign in the For Each-Activity, in case the bot finds a mail without a sender.
Thanks in advance,
Dennis
PS: I tried to assign to mail.sender → “noreply@gmail.com”, but that didnt work.
Sadly, I am not able to upload a picture to this topic because of an internal error.
Correct. I solved it with the help of peter.
I assigned the value new MailAddress(“Systemadministrator@test.com”,“Systemadministrator Systemadministrator”)
to mail.sender.