Receiving attachment and forward

Hi all,
I am new to webMethods, got into a project which involves receiving attachments from a email server and transferring those attached files to document management system. This also includes differentiating attachment according to extension of attachment ( pdfs, text files should be differentiated)
How should i proceed ?
Already thanking all

Hi,

You need to configure POP3 email port in “Admin Console ->Security-> Ports”.
This will poll on exchange as per the time interval provided. Configure the polling to call a flow service.

This flow service should use services like pub.flow.getTransportInfo, pub.mime.* to extract attachments and email content.

Go through the service documentation which you can find at /_documentation/Developer/7-1-1_Integration_Server_Built-In_Services_Reference.pdf

Cheers,
Sumit