xquery - Email polling: read the subject and sender -


i'm facing small trouble implementation of osb service. objective is, through osb, poll email inbox read body, sender , subject of emails , process data included in that. processing body correctly, sender , subject step it's not perfect.

the proxy service polls mail inbox (request message type: mfl; transport configuration: email), transform data using xquery xml data , routing them proxy service. said before, mechanism working... lot of information lost (to, cc, bcc, date/time, etc...)

is there way process email's sender , subject?

thanks in advance, laura

to access email information not part of body (~ or attachments, separate discussion worthy) need email headers.

for osb proxy polling emails these come part of inbound.

see $inbound/ctx:transport/ctx:request/tp:headers/email:* has values to, from, date, cc, bcc, subject, content-type, reply-to, reply-address , custom user headers.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -