cancel
Showing results for 
Search instead for 
Did you mean: 

using header paramter SHeaderX-MS-HAS-ATTACH in Sender mail adapter

Former Member
0 Kudos

I am trying to check if an e-mail contains attachment in reciever determintion

I set the Variable Header XHeaderName1 to be SHeaderX-MS-HAS-ATTACH

in Sender mail adapter

I added a condition in the receving determintation

XHeaderName1 = yes

I see the DynamicConfiguration tab in sxmb_moni and the value of SHeaderX-MS-HAS-ATTACH is "yes"

but the message fails with the error

No receiver could be determined

any ideas?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In Receiver determination you need to set SHeaderX-MS-HAS-ATTACH = yes instead of XHeaderName1.

As far my understanding, in receiver determination you need to verify the condition with SHeaderX-MS-HAS-ATTACH = yes (check with syntax also ie. case sensitive and all)

Thanks

Swarup

Former Member
0 Kudos

u cannot put it SHeaderX-MS-HAS-ATTACH as context object

you can only type it in Xpath and it doesnt work

any other ideas?