Hi,
I’m using Forward Email activity for forwarding an Email. The Input for Forward Email activity accepts only “Office365 Message” datatype. It doesn’t accept "MailMessage as an input. I need to convert MailMessage to Office365 Message before using Forward Email activity .
I tried Ctype and Cast functions. It doesn’t work. Can someone help on this.