cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Attachment reading from Mail

Former Member
0 Kudos

Hi All,

Need some help to read multiple attachment files from a mail .

Depending on the type of the attachment, like .pdf or .csv, there would be a RFC call and File dapter call to write to a server location.

Thanks in advance,

Manas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For considering the Multiple attachments you need to use adapter module in sender mail adapter i.e. PayloadSwapBean

Refer Step by step guide.

I don't think based on the type of file you can route the RFC Call or file adapter.

Thanks

Swarup

Edited by: Swarup Sawant on Aug 31, 2008 10:59 AM

Former Member
0 Kudos

Thanks for the reply. But from the link you sent, it seems the File name of the attachment must be always same, as it is assigned to the swap.keyValue attribute. Is it possible to read the attchement file dynamically without hardcode the filename in the attribute?

prateek
Active Contributor
0 Kudos

PayloadSwapBean won't help u for multiple attachments. U will have to write ur own adapter module for any such functionality. But it seems to be a bit too complex

Regards,

Prateek