public static interface ExchangeSession.Condition
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringBuilder buffer)
Append condition to buffer.
|
boolean |
isEmpty()
True if condition is empty.
|
boolean |
isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.
|
void appendTo(StringBuilder buffer)
buffer
- search filter bufferboolean isEmpty()
boolean isMatch(ExchangeSession.Contact contact)
contact
- Exchange ContactCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.