Prerequisites: a) BizTalk 2006, Beta2 or greater. VS2005 b) A Sharepoint WSS Site, is needed to populate a Sharepoint document Library c) POP3 Service on Windows 2003 (Note: this is optional) There is a MIME message included in the download that can be dropped to a File Receive location that replaces the POP3 Receive Location. Or you can configure the POP3 Receive Location to pick up a message from an existing mail server such as : Exchange/ Lotus Notes. Or, to install the POP3 service, on a Windows 2003 machine, goto: Start -> Control Panel -> Add Remove Programs -> Add Remove Windows Components Choose Email Services to install POP3 d) Install the ODBC decode pipeline component from here: http://objectsharp.com/blogs/matt/archive/2006/01/29/3778.aspx ------------------------------------------------------------ To Install: 1) Create a new WSS Document Library with the following columns: First Name Last Name 2) Extract the zip file to the root of c:\ drive A folder called c:\Pop3AndSharepointExample should be created. 3) Open up the C:\Pop3AndSharepointExample\BizTalkPop3AndBizTalkExample\BizTalkPop3AndSharepoint.sln in VS2005 Build and deploy 4) Open up the BizTalk Server 2006 Administration Console A new application called: Pop3AndSharepointExample should have been created. 5) Right mouse button on the Pop3AndSharepointExample application and Import -> Bindings. Choose : C:\Pop3AndSharepointExample\Binding.xml In the Pop3AndSharepointExample application: This will create one Receive Port/ Receive Location for the POP3 message pickup and a Send Location for the WSS Send. Modify the Receive Location and Send Port for your own Mail pickup location and Sharepoint document library locations. Note: The Mail pickup location can be altered to pickup a file from a directory. Use the C:\Pop3AndSharepointExample\Files\MimeMessage.txt message as the input message instead of a Mail Message from a POP3 server. 6) Start the Pop3AndSharepointExample application. 7) Either create an email message and attach files : C:\Pop3AndSharepointExample\Files\CandidateInfo.xls and C:\Pop3AndSharepointExample\Files\Resume.doc to the mail message. Send this message to Mailbox configured in the Receive Location. Or: Copy the message C:\Pop3AndSharepointExample\Files\MimeMessage.txt if you are picking messages from a file folder instead of a MailBox. 8) An item should show up in your Sharepoint Document Library.