Get Mail problem
-
Hi there,
i try to get all mails out of a specific Outlook mailfolder with "Get Mails". I can select the mail folder and so on. In the output field i set a new variable (type:" IEnumerable<email>") but i still got this message: 'DynamicActivity': The private implementation of activity '1: DynamicActivity' has the following validation error: Compiler error(s) encountered processing expression "MailList".
Der Typ "email" ist nicht definiert.
What`s wrong here?Thanks in advance
MT
-
you need to import the OpenRPA.Office.Activities namespace
( type it in the search bar at the top of the imports tab )
-
Thanks Allan,
it works now