I'm desperately looking for something that seems very simple to do.
I'm sending an attachment in email multipart message dynamically form
Orchestration.
The multipart message has one Body part,
and I attach file I need (flat file ) using Biztalk 2006 nice feature:
respEmail(SMTP.Attachments)=stringPathToFileSystemToAttach.
It is send to dynamic ****t and works fine.
BUT: I need to change the attachment file name, and I didn't find any
way to do it in this case.
does this way exist at all?
Or I need to add it in custom send component (addPart?) and could I
change then attachment name? (using MIME properties or something?)
Or I can configure my multipart message with 2 parts, body and
attachment, in this case I can change attachment name from
orchestration (multipart.attachPart...) but I cannot configure this
attachment part to contain flat file...
Please help me or maybe you can give me reference to some sample... I
was looking in all possible places by Google I think and didn't find
something answering my requirements..
Thank you a lot in advance!!!