Hi everyone,
This is how my mail activities are structured.
This way the type of CurrentMail is System.Net.Mail.MailMessage, but when I try to foward it I get the error “The provided MailMessage does not reference a known email service”. The forward activity is expecting an object of UiPath.Mail.Outlook.OutlookMailMessage type.
Can I convert one into the other? If not possible can you suggest a better workarround?. I want to be able to still use my custom filters with the assigns since the activity filters are insufficient.