here is my problem :
I have configure a POP port which is polling an email box. When this email is receive, a service is activated.
My goal is to retrieve that email and to forward it to another email box.
How can I make that ? Indeed, I don’t know which information from “getTransportInfo” I have to use to satisfy my need.
The output of the getTransportInfo has a has a document nested in it called “transportInfo/email” which will have all the contents of the retrieved email.