Hi,
I have a CMS system that can ingest emails automatically, provided that only the case reference is in the subject of a received e-mail, so I am trying to use UIPath to read from multiple mailboxes, using multiple patterns via regex to extract the case reference and then trying to amend the subject, before moving the email to another mailbox to be automatically processed.
95% of that works but I am struggling to amend the subject of the email before moving it to another mailbox, any ideas?
I am using GetExchangeMailMessage and then looping through each e-mail and then MoveExchangeEmailMessage to move the e-mail on, however an assign of mail.Subject = mailSubjectString does not change the original e-mail subject, the easy answer would be to forward the e-mail using the newly assigned subject, but i will also lose the e-mail details when it is processed into the CMS system, as it will effectively become an internal e-mail.
Any help would be greatly appreciated.