cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Sender Adapter - read from public folder.

Former Member
0 Kudos

Hello Experts.

I have a scenario, where I need to read an incoming mail from a public folder, and after mapping the attachment (which is a csv) I need to put the result as a file in a shared folder.

right now the problem is, I am not sure how to access the public folder.

should I use one of the exchange users, and try to access the public folder?

what should I be writing in the URL parameter in the mail sender adapter ? (imap://server/???/public folder ?)

Also - in case I will want to switch the location of the mail to a private foler inside of the user mailbox - what is the URL parameter in that case?

Anyone ever did something like this and can help?

Thanks,

Imanuel Rahamim.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No answers. closing.

Former Member
0 Kudos

Hi Imanuel,

do u mean u want to pick the mail which contains an attachement from a specified folder instead of inbox?

u can configure the URL like imap://host:port/path/PublicFolder.

after PI received the mail. we can use PayloadSwapBean to get the attachement payload and do following message mapping.

ur question: Also - in case I will want to switch the location of the mail to a private foler inside of the user mailbox - what is the URL parameter in that case?

do u mean u want to pick the mail from a specified mail account? if like this, create an user for the interface only. then configure the UserName/Password in the channel.

Regards,

Kevin Song