Splitting POP3 Email Attachments in BizTalk 2006
hi all,
i working on biztalk project.
i need make orchestration or pop3 adapter, read mail messages, extract attachments , put attachment files in particular folder or msmqueue.
i did googlig , came these outcomes :
1) splitting pop3 email attachments in biztalk 2006
http://geekswithblogs.net/sthomas/archive/2006/08/08/87439.aspx
http://www.biztalkgurus.com/samples/split-pop3-attachments-biztalk-2006.html
2) creating biztalk application uses pop3 adapter
http://msdn2.microsoft.com/en-us/library/aa578201.aspx
but these articles don't provide clear way go.
please share sample code snippet, algorithm or pointer in regard.
thanks in advance.
regards,
i didn't chance @ samples shouldn't complicated achive trying do.
set biztalk solution
1. pop3 receive adapter (see example pointed out in (2) step.)
2. message receive via pop3 adapter multipart message attachments additional parts. stephen thomas example shows how can take attachments out
1. define message (example: in_msg) of type microsoft.xlangs.basetypes.xlangmessage (incoming)
2. in_msg.count property gives count of number of parts
3. in_msg[1] gives first part (attachment), in_msg[2] gives second part(attachment) etc can assign temporary message , transmit it.
basically need develop solution of 2 links pointed out
--
regards,
saravana kumar
http://www.biztalk247.com/v1/
http://www.digitaldeposit.net/blog
[please mark response "answer" if solves problem.]
BizTalk Server > BizTalk Server General
Comments
Post a Comment