public interface MailPrioritySupport
Modifier and Type | Field and Description |
---|---|
static int |
HIGH_PRIORITY
Handle mail with highest priority
|
static int |
LOW_PRIORITY
Handle mail with lowest priority
|
static String |
MAIL_PRIORITY
Attribute name for support if priority.
|
static int |
NORMAL_PRIORITY
Handle mail with normal priority (this is the default)
|
static final int LOW_PRIORITY
static final int NORMAL_PRIORITY
static final int HIGH_PRIORITY
static final String MAIL_PRIORITY
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.