Request Packet Structure

A request XML packet adding a pattern includes the add-pattern operation node:

<packet version="1.4.2.0">
<spamfilter>
<add-pattern>
...  
</add-pattern>
</spamfilter>
</packet>

 

The add-pattern node is presented by the SpamFilterAddPatternInputType type (spamfilter.xsd), and its graphical representation is as follows:

Remarks

You can add patterns to multiple users in a single packet. Add as many add-pattern operations as the number of different users to be affected.

<add-pattern>
   ¡­
</add-pattern>
   ¡­
<add-pattern>
   ¡­
</add-pattern>