Provides access to the junk mail handling, block, and trust lists for a user.
<createJunkEntryRequest> <entry/> </createJunkEntryRequest>
<createJunkEntryResponse>
<id/>
<status>
<code/>
</status>
</createJunkEntryResponse>
Specifies the new junk mail handling entry.
On a successful response, specifies the ID of the newly created junk mail entry.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<createJunkEntryRequest>
<entry>
<match>user2@block.net</match>
<matchType>email</matchType>
<listType>block</listType>
<lastUsed />
<version>0</version>
</entry>
</createJunkEntryRequest>
<createJunkEntryResponse>
<id>44FE8B4B.domain1.po1.104.16E3837.1.106.1@66</id>
<status>
<code>0</code>
</status>
</createJunkEntryResponse>