Package | Description |
---|---|
davmail.exchange | |
davmail.exchange.dav | |
davmail.exchange.ews | |
davmail.ldap |
Modifier and Type | Method and Description |
---|---|
protected abstract ExchangeSession.Contact |
ExchangeSession.buildContact(String folderPath,
String itemName,
Map<String,String> properties,
String etag,
String noneMatch) |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,ExchangeSession.Contact> |
ExchangeSession.galFind(ExchangeSession.Condition condition,
Set<String> returningAttributes,
int sizeLimit)
Search global address list
|
List<ExchangeSession.Contact> |
ExchangeSession.getAllContacts(String folderPath,
boolean includeDistList)
Search contacts in provided folder.
|
abstract List<ExchangeSession.Contact> |
ExchangeSession.searchContacts(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition,
int maxCount)
Search contacts in provided folder matching the search query.
|
Modifier and Type | Method and Description |
---|---|
abstract ExchangeSession.ContactPhoto |
ExchangeSession.getContactPhoto(ExchangeSession.Contact contact)
Retrieve contact photo attached to contact
|
boolean |
ExchangeSession.Condition.isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.
|
boolean |
ExchangeSession.MultiCondition.isMatch(ExchangeSession.Contact contact) |
boolean |
ExchangeSession.NotCondition.isMatch(ExchangeSession.Contact contact) |
boolean |
ExchangeSession.MonoCondition.isMatch(ExchangeSession.Contact contact) |
Modifier and Type | Class and Description |
---|---|
class |
DavExchangeSession.Contact |
Modifier and Type | Method and Description |
---|---|
Map<String,ExchangeSession.Contact> |
DavExchangeSession.galFind(ExchangeSession.Condition condition,
Set<String> returningAttributes,
int sizeLimit) |
List<ExchangeSession.Contact> |
DavExchangeSession.searchContacts(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition,
int maxCount) |
Modifier and Type | Method and Description |
---|---|
ExchangeSession.ContactPhoto |
DavExchangeSession.getContactPhoto(ExchangeSession.Contact contact) |
boolean |
DavExchangeSession.AttributeCondition.isMatch(ExchangeSession.Contact contact) |
Modifier and Type | Class and Description |
---|---|
protected class |
EwsExchangeSession.Contact |
Modifier and Type | Method and Description |
---|---|
Map<String,ExchangeSession.Contact> |
EwsExchangeSession.galFind(ExchangeSession.Condition condition,
Set<String> returningAttributes,
int sizeLimit) |
List<ExchangeSession.Contact> |
EwsExchangeSession.getAllContacts(String folderPath,
boolean includeDistList)
Get all contacts and distribution lists in provided folder.
|
List<ExchangeSession.Contact> |
EwsExchangeSession.searchContacts(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition,
int maxCount) |
Modifier and Type | Method and Description |
---|---|
ExchangeSession.ContactPhoto |
EwsExchangeSession.getContactPhoto(ExchangeSession.Contact contact) |
boolean |
EwsExchangeSession.AttributeCondition.isMatch(ExchangeSession.Contact contact) |
boolean |
EwsExchangeSession.IsNullCondition.isMatch(ExchangeSession.Contact contact) |
boolean |
EwsExchangeSession.ExistsCondition.isMatch(ExchangeSession.Contact contact) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExchangeSession.Contact> |
LdapConnection.SearchRunnable.contactFind(ExchangeSession.Condition condition,
Set<String> returningAttributes,
int maxCount)
Search users in contacts folder
|
Modifier and Type | Method and Description |
---|---|
protected void |
LdapConnection.SearchRunnable.sendPersons(int currentMessageId,
String baseContext,
Map<String,ExchangeSession.Contact> persons,
Set<String> returningAttributes)
Convert to LDAP attributes and send entry
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.