Hi,
we have a process which is developed using C#. Earlier the process was using Exchange mail to retrive the subject, attachment,date etc. Exchange stopped working as Microsoft deprecated the basic authentication. I am trying to update the email part with Office 365 activities. The code has following when exchange was used to retrieve the subject and convert it to lower.
botPricebookMsg.Find(Function(m) m.Subject.ToLower() = “All Zones Produce Price Book”.ToLower())
botpricebookmessage is output from the get mail
I am getting error in the function as follows:
Can anybody help me with this?
Thanks in Advance