JunkEntry

Defines an entry in the junk handling list.

Syntax

<JunkEntry>
<id type="uid"/>
<match type="string"/>
<matchType type="JunkMatchType"/>
<listType type="JunkHandlingListType"/>
<useCount type="int"/>
<lastUsed type="dateTime"/>
<element ref="version"/>
<element ref="modified"/>

Definitions

id

Specifies the ID of the junk mail entry.

match

Specifies the email address or the domain for comparison against incoming email.

matchType

Specifies whether the value in the match element is an email or a domain.

listType

Specifies the type of list: junk, block, or trust.

useCount

Specifies how many times the junkEntry has successfully moved an item into the junk, block, or trust list.

lastUsed

Specifies the last time an item was successfully moved to a junk mail list.

version

Specifies how many times the junkEntry has changed.

modified

Specifies the last time the junkEntry was changed.

JunkHandlingList
<JunkHandlingList>
<entry type="JunkEntry" maxOccurs="unbounded"/>