Modifier and Type | Method and Description |
---|---|
MapiContact |
IEWSClient.fetchContact(String contactUri)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiContact |
IEWSClient.fetchContact(String contactUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
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[] |
ExchangeClient.listContacts(String folderUri)
Lists contacts located in the specified folder on server
|
MapiContact[] |
IEWSClient.listContacts(String folderUri)
Lists contacts located in the specified folder on server
|
MapiContact[] |
IEWSClient.listContacts(String folderUri,
Iterable<PropertyDescriptor> mapiProperties)
Lists contacts located in the specified folder on server
|
static MapiContact |
Contact.to_MapiContact(Contact contact)
Converts
Contact to MapiContact object |
Modifier and Type | Method and Description |
---|---|
String |
ExchangeClient.createContact(MapiContact contact)
Deprecated.
|
String |
IEWSClient.createContact(MapiContact contact)
Creates a contact item in the Exchange store.
|
String |
IEWSClient.createContact(String folderUri,
MapiContact contact)
Creates a contact item in the specified folder.
|
void |
ExchangeClient.deleteContact(MapiContact contact)
Deletes the contact.
|
static Contact |
Contact.to_Contact(MapiContact contact)
Converts
MapiContact to Contact object |
static MapiContactCollection |
MapiContactCollection.to_MapiContactCollection(MapiContact[] contacts)
Converts array to collection
|
void |
IEWSClient.updateContact(MapiContact contact)
Updates a contact item in the Exchange store.
|
Constructor and Description |
---|
MapiContactCollection(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MapiContact> collection)
Initializes a new instance of the
MapiContactCollection class. |