Package | Description |
---|---|
davmail.exchange | |
davmail.exchange.dav | |
davmail.exchange.ews |
Modifier and Type | Field and Description |
---|---|
protected ExchangeSession.Operator |
ExchangeSession.AttributeCondition.operator |
protected ExchangeSession.Operator |
ExchangeSession.MultiCondition.operator |
protected ExchangeSession.Operator |
ExchangeSession.MonoCondition.operator |
Modifier and Type | Method and Description |
---|---|
ExchangeSession.Operator |
ExchangeSession.MultiCondition.getOperator()
Condition operator.
|
static ExchangeSession.Operator |
ExchangeSession.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeSession.Operator[] |
ExchangeSession.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value) |
MonoCondition(String attributeName,
ExchangeSession.Operator operator) |
MultiCondition(ExchangeSession.Operator operator,
ExchangeSession.Condition... conditions) |
Constructor and Description |
---|
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
int value) |
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value) |
HeaderCondition(String attributeName,
ExchangeSession.Operator operator,
String value) |
MonoCondition(String attributeName,
ExchangeSession.Operator operator) |
MultiCondition(ExchangeSession.Operator operator,
ExchangeSession.Condition... condition) |
Modifier and Type | Method and Description |
---|---|
protected ExchangeSession.Operator |
EwsExchangeSession.AttributeCondition.getOperator() |
Constructor and Description |
---|
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value) |
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value,
ContainmentMode containmentMode,
ContainmentComparison containmentComparison) |
MultiCondition(ExchangeSession.Operator operator,
ExchangeSession.Condition... condition) |
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.