removeJunkEntryRequest

Removes an address or a domain from the junk, block, or trust lists.

Request

<removeJunkEntryRequest>
   <id type="types:uid"/>
</removeJunkEntryRequest>

Response

<removeJunkEntryResponse>
   <status type="types:Status"/>
</removeJunkEntryResponse>

Elements

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<removeJunkEntryRequest>
   <id>44FE8B4B.domain1.po1.104.16E3837.1.106.1@66</id> 
</removeJunkEntryRequest>

<removeJunkEntryResponse>
   <status>
      <code>0</code> 
   </status>
</removeJunkEntryResponse>