Hello All,
I converted a running project from Windows Legacy to Windows and I received the following error for list mail messages.
error BC36641: Lambda parameter ‘list_MailMessages’ hides a variable in an enclosing block, a previously defined range variable, or an implicitly declared variable in a query expression
I am using an Assign Activity
list_MailMessages.Where(function(list_MailMessages) list_MailMessages.SenderEmailAddress.ToString.Equals(in_dict_OutConfig(“OutlookRetrieveMailsFrom”).ToString) And list_MailMessages.Subject.ToString.Contains(in_dict_OutConfig(“OutlookSubjectToFilter”).ToString)).ToList
Appreciate your feedback on this topic.
