JunkStatus
Description:
[ CCode ( cprefix = "CAMEL_JUNK_STATUS_" , type_id = "camel_junk_status_get_type ()" ) ]
public enum JunkStatus
These are result codes used when passing messages through a junk filter.
Content:
Enum values:
- ERROR - An error occurred while
invoking the junk filter.
- INCONCLUSIVE - The junk filter
could not determine whether the message is junk.
- MESSAGE_IS_JUNK - The junk
filter believes the message is junk.
- MESSAGE_IS_NOT_JUNK - The
junk filter believes the message is not junk.