Hi all –
About the tutorial found here: RPA Video Tutorials | UiPath
According to the tutorial and all examples, the Output of UiPath.Mail.IMAP.Activities.GetIMAPMailMessages should be “MailMessage” but the current version shows as Messages, which fails no matter what variable I assign.
The tutorial’s For Each loop specifies that the TypeArgument should be System.Net.Mail.MailMessage but I can’t get the GetIMAPMailMessages method to output the correct type which causes a bug.
Ideas? Thanks in advance