cancel
Showing results for 
Search instead for 
Did you mean: 

To Sushumna Parupalli

Former Member
0 Kudos

Hi

My Senario is Mail --> XI --> File... i have done all the configurations.... In Mail Communication Channel i have give the Transport Protocol as Pop3.. actually my requirement is i have one source file as attachement in my mail box and that mail is uread mail... Source file is like the following...

<?xml version="1.0" encoding="UTF-8"?>

<ns0:Mail_Message_Type xmlns:ns0="http://mailtofiledemo.com/ravi">

<Order>

<Header>

<Name>Ravi</Name>

<Address>Vsp</Address>

</Header>

<Item>

<material>Car</material>

<units>2</units>

<price>230000</price>

</Item>

</Order>

</ns0:Mail_Message_Type>

the xi server has to pick this mail map it and send it to the target directory in the following format....

<?xml version="1.0" encoding="UTF-8"?>

<ns0:File_Message_Type xmlns:ns0="http://mailtofiledemo.com/ravi">

<row>

<name>Ravi</name>

<address>Vsp</address>

<material>Car</material>

<units>2</units>

<price>230000</price>

</row>

</ns0:File_Message_Type>

but in target direcory i am getting the file following format...n this target file sometimes i am getting but sometimes i am not getting

<?xml version="1.0" encoding="UTF-8"?>

<ns0:File_Message_Type xmlns:ns0="http://mailtofiledemo.com/ravi"></ns0:File_Message_Type>

and another thing is server is picking all the mails... but my requirement is it has to pick only unread mails..

please help me...

Thanks & reagrds

Ravi Shankar B

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi,

If you want to pick up only the unread messages, set ure inbox in such a way that only unread messages stay in a folder and then set ure transport protocol as IMAP4-wich will allow you to pick mails only from that specific folder.

Also, please confirm wich message protocol you are using.

Regards,

Sushumna