Modifier and Type | Method and Description |
---|---|
Contact[] |
IGmailClient.getAllContacts()
Fetches all contacts.
|
Contact |
IGmailClient.getContact(Contact contact) |
Contact |
IGmailClient.getContact(String contactUri)
Fetches contact
|
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(IFeedEntry entry)
Deprecated.
|
Contact[] |
IGmailClient.getContactsFromGroup(String groupId)
Fetches contacts belonging to the group specified.
|
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[] |
IEWSClient.resolveContacts(String unresolvedEntry)
Resolves ambiguous e-mail addresses and display names
Note: the maximum count of returned contacts is 100.
|
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 |
Modifier and Type | Method and Description |
---|---|
String |
IGmailClient.createContact(Contact contact)
Creates contact for specified email
|
String |
IEWSClient.createContact(Contact contact)
Creates a contact item in the Exchange store.
|
String |
IGmailClient.createContact(Contact contact,
String emailAddress)
Creates contact for specified email
|
ContactPhoto |
IGmailClient.createContactPhoto(Contact contact,
byte[] imageData)
Creates contact photo
|
void |
IEWSClient.deleteContact(Contact contact)
Deletes the contact.
|
void |
IEWSClient.deleteContact(Contact contact,
boolean deletePermanently)
Deletes the contact.
|
Contact |
IGmailClient.getContact(Contact contact) |
static MapiContact |
Contact.to_MapiContact(Contact contact)
Converts
Contact to MapiContact object |
void |
IGmailClient.updateContact(Contact contact)
Updates contact
|
void |
IEWSClient.updateContact(Contact contact)
Updates a contact item in the Exchange store.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.