Hello,
I'm building an application wich sends an email and using SMTP utils. The email has an infoPath attachment file. After sending the email i have to wait till the application receives a updated form. So is send a message of the type Rawstring (with an xml attachment), and I receive an XML (infopath) file, how can i correlate on these two differant messagetype. Is it nescessary to write a tempory xml file, on which i can correlate?