Modifier and Type | Method and Description |
---|---|
Contact[] |
IEWSClient.findPeople(String queryString,
int maxNumberOfItems)
Find contacts located in the global address list (GAL) on server
|
Contact[] |
IEWSClient.findPeople(String folderUri,
MailQuery query,
int maxNumberOfItems)
Find contacts located in the specified user's personal mailbox on server
|
Contact[] |
IGmailClient.getAllContacts()
Fetches all contacts.
|
Contact |
IGmailClient.getContact(Contact contact) |
Contact |
IEWSClient.getContact(ObjectIdentifier contactId)
Retrieves contact information according to specified identifier.
|
Contact |
IEWSClient.getContact(ObjectIdentifier contactId,
int options)
Retrieves contact information according to specified identifier.
|
Contact |
IEWSClient.getContact(String contactId)
Retrieves contact information according to specified identifier.
|
Contact |
IGmailClient.getContact(String contactUri)
Fetches contact
|
Contact |
IEWSClient.getContact(String contactId,
int options)
Retrieves contact information according to specified identifier.
|
Contact[] |
ExchangeClient.getContacts(String folderUri)
Lists contacts located in the specified folder on server
|
Contact[] |
IEWSClient.getContacts(String folder)
Lists contacts located in the specified folder on server
|
Contact[] |
IEWSClient.getContacts(String folder,
int options)
Lists contacts located in the specified folder on server
|
Contact[] |
IGmailClient.getContactsFromGroup(String groupId)
Fetches contacts belonging to the group specified.
|
Contact[] |
ExchangeClient.getMailboxes()
Lists mailboxes in the global address list.
|
Contact[] |
IEWSClient.getMailboxes()
Lists mailboxes having smtp addresses.
|
static Contact |
Contact.load(InputStream stream)
Loads contact data
|
static Contact |
Contact.load(InputStream stream,
int format)
Loads contact data
|
static Contact |
Contact.load(String filePath)
Loads contact data
|
static Contact |
Contact.load(String filePath,
int format)
Loads contact data
|
Contact[] |
ExchangeClient.resolveContacts(String unresolvedEntry)
Resolves ambiguous mailbox display names.
|
Contact[] |
IEWSClient.resolveContacts(String unresolvedEntry)
Resolves ambiguous mailbox display names.
|
Contact[] |
IEWSClient.resolveContacts(String unresolvedEntry,
int options)
Resolves ambiguous e-mail addresses and display names
Note: the maximum count of returned contacts is 100.
|
static Contact |
Contact.to_Contact(MapiContact contact)
Converts
MapiContact to Contact object |
Contact |
IGmailClient.updateContact(Contact contact)
Updates contact
|
Modifier and Type | Method and Description |
---|---|
String |
ExchangeClient.createContact(Contact contact)
Creates a contact item in the Exchange store.
|
String |
IEWSClient.createContact(Contact contact)
Creates a contact item in the Exchange store.
|
String |
IGmailClient.createContact(Contact contact)
Creates contact for specified email
|
String |
IGmailClient.createContact(Contact contact,
String emailAddress)
Creates contact for specified email
|
String |
IEWSClient.createContact(String folderUri,
Contact contact)
Creates a contact item in the specified folder.
|
ContactPhoto |
IGmailClient.createContactPhoto(Contact contact,
byte[] imageData)
Creates contact photo
|
void |
ExchangeClient.deleteContact(Contact contact)
Deletes the contact.
|
void |
IEWSClient.deleteContact(Contact contact)
Deprecated.
Please, use DeleteItems method
|
void |
IEWSClient.deleteContact(Contact contact,
boolean deletePermanently)
Deprecated.
Please, use DeleteItems method
|
Contact |
IGmailClient.getContact(Contact contact) |
static MapiContact |
Contact.to_MapiContact(Contact contact)
Converts
Contact to MapiContact object |
void |
IEWSClient.updateContact(Contact contact)
Updates a contact item in the Exchange store.
|
Contact |
IGmailClient.updateContact(Contact contact)
Updates contact
|