Modifier and Type | Method and Description |
---|---|
static MapiContact |
MapiContact.fromVCard(InputStream stream)
Reads
MapiContact from the specified stream containing vCard. |
static MapiContact |
MapiContact.fromVCard(InputStream stream,
Charset encoding)
Reads
MapiContact from the specified stream containing vCard. |
static MapiContact |
MapiContact.fromVCard(String filePath)
Reads
MapiContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0 |
MapiContact[] |
IExchangeClientBase.listContacts(String folderUri)
Lists contacts located in the specified folder on server
|
abstract MapiContact[] |
ExchangeClientBase.listContacts(String folderUri)
Lists contacts located in the specified folder on server
|
MapiContact[] |
ExchangeClient.listContacts(String folderUri)
Lists contacts located in the specified folder on server
|
MapiContact[] |
IEWSClient.listContacts(String folder,
int options)
Deprecated.
|
static MapiContact |
Contact.to_MapiContact(Contact contact)
Converts
Contact object to MapiContact object. |
Modifier and Type | Method and Description |
---|---|
String |
IExchangeClientBase.createContact(MapiContact contact)
Creates a contact item in the Exchange store.
|
abstract String |
ExchangeClientBase.createContact(MapiContact contact)
Creates a contact item in the Exchange store.
|
String |
ExchangeClient.createContact(MapiContact contact)
Creates a contact item in the Exchange store.
|
void |
IExchangeClientBase.deleteContact(MapiContact contact)
Deletes the contact.
|
abstract void |
ExchangeClientBase.deleteContact(MapiContact contact)
Deletes the contact.
|
void |
ExchangeClient.deleteContact(MapiContact contact)
Deletes the contact.
|
void |
IEWSClient.deleteContact(MapiContact contact,
boolean deletePermanently)
Deprecated.
|
void |
IEWSClient.updateContact(MapiContact contact)
Deprecated.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.