Dear friends,
I’m unable to solve below error. Could you please help to resolve this issue.
I’ve taken for each activity mail=every subject mail message.
If activity- if the condition(mail.Subject.Contains(“Attachment”)) is satisfied then it will download attachment from email and saved at specified folder.
To get the Subject property, OP must set Type Argument as System.Net.Mail.MailMessage
and if OP set the Type Argument correctly then he dont need to do mail.subject.ToString.Contains(“attachment”)
This is what I am saying.