| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Importance |
Conversation.getGlobalImportance()
Gets the aggregated importance for all conversation items in a mailbox.
|
Importance |
RuleExceptions.getImportance()
Gets the importance that is stamped on incoming messages in order for the condition or exception to apply.
|
Importance |
RuleConditions.getImportance()
Gets the importance that is stamped on incoming messages in order for the condition or exception to apply.
|
Importance |
PreviewItem.getImportance()
Gets the importance of an item.
|
Importance |
Item.getImportance()
Gets the importance of an item.
|
Importance |
Conversation.getImportance()
Gets the aggregated importance for all conversation items in the current folder.
|
Importance |
RuleActions.getMarkImportance()
Gets the importance that is to be stamped on messages.
|
static Importance |
Importance.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Importance[] |
Importance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleExceptions.setImportance(Importance importance)
Sets the importance that is stamped on incoming messages in order for the condition or exception to apply.
|
void |
RuleConditions.setImportance(Importance importance)
Sets the importance that is stamped on incoming messages in order for the condition or exception to apply.
|
void |
Item.setImportance(Importance importance)
Sets the importance of an item.
|
void |
RuleActions.setMarkImportance(Importance markImportance)
Sets the importance that is to be stamped on messages.
|