Compiler mail issue

hey everybody
I have a problem with working with email by IMAP when I try to work with it the following message appears
Compiler error(s) encountered processing expression “MailMassages”.
Value of type ‘System.Collections.Generic.List(Of System.Net.Mail.MailMessage())’ cannot be converted to ‘System.Collections.Generic.List(Of System.Net.Mail.MailMessage)’.

Hi @aadam,
Can You show screen of Properties for your activity (please hide any sensitive data)?

1 Like

Thanks :slight_smile:
Actually I see a tiny mark in the Output property for your Gen IMAP Mail Messages activity. Seems that you variable has problem. Can you show this output and the variable which is there?
image

1 Like

Ok here’s the problem. Your variable type is wrong. Should be this:


EDIT:
This will be more helpful image

1 Like

Thanks a lot for your kind support it works but i had another problem
image

This looks like wrong configuration for IMAP server. I think you should change it to imap.gmail.com instead of imap.google.com.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.