Attachment File non-English Name DISAPPEARS problem in BizTalk 2010 SMTP Adapter
hello ,
i'm using biztalk 2010 smtp adapter sending mail attachments setting them via property smtp.attachments
//attachment
msgemail(smtp.attachments)= attachmentlist;
i have files in several languages (in english , in russian partialy) example
my attachment list looks this:
"c:\temp\files\englishnamefile.xml | c:\temp\files\russianfilename_РусскоеИмя.xml";
after sending mail attachments second file (it's name partialy in russian) received without part name
(the non-english part of name is disappears)
like this:
russianfilename_.xml ( must russianfilename_РусскоеИмя.xml)
the non-english part is disappears!!!
and if have file doesn't have latin latters (non-english) @ than biztalk smtp adapter change name
to default 1 att41233.xml
i found behaviour occur in other non-english languages also!!!
unfortunately i'm not found info this
any help would be appreciated
vadim
well, 4-10mb isn't big.
assuming attachments files, can create custom pipeline component reads files attachments property , adds them message parts.
then use mime encoder pipeline component on them smtp adapter.
BizTalk Server > BizTalk Server General
Comments
Post a Comment