Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Email attachments – POP3 adapter › Re: Email attachments – POP3 adapter
June 27, 2010 at 4:49 AM
#25064
1) I need to name of each attachment.
2) I have used
msgEmailOut = varXmessage[n];
MsgPart=varXmessage[n];
msgEmailOut(FILE.ReceivedFileName) = MsgPart.Name;
n = n + 1;
3) when i send 2 pdf files – a) Test1.pdf
b) Test2.pdf
I have 3 files frop at my location
a) Test1.pdf
b) %SourceFileName%
c) {D0899C9C-F115-44EB-98E8-072CFAD9B0A0}
and when i debug – I do’t see and MsgPart.Name