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 |
static MapiContact |
MapiContact.fromVCard(String filePath,
Charset encoding)
Reads
MapiContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0 |
MapiContact[] |
IExchangeClientBase.listContacts(String folderUri)
Deprecated.
|
abstract MapiContact[] |
ExchangeClientBase.listContacts(String folderUri)
Deprecated.
|
MapiContact[] |
ExchangeClient.listContacts(String folderUri)
Deprecated.
|
static MapiContact |
Contact.to_MapiContact(Contact contact)
Converts
Contact to MapiContact object |
Modifier and Type | Method and Description |
---|---|
String |
IExchangeClientBase.createContact(MapiContact contact)
Deprecated.
|
abstract String |
ExchangeClientBase.createContact(MapiContact contact)
Deprecated.
|
String |
ExchangeClient.createContact(MapiContact contact)
Deprecated.
|
void |
IExchangeClientBase.deleteContact(MapiContact contact)
Deprecated.
|
abstract void |
ExchangeClientBase.deleteContact(MapiContact contact)
Deprecated.
|
void |
ExchangeClient.deleteContact(MapiContact contact)
Deprecated.
|
static Contact |
Contact.to_Contact(MapiContact contact)
Converts
MapiContact to Contact object |
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.