| Modifier and Type | Method and Description |
|---|---|
MapiContact |
IGraphClient.createContact(String folderId,
MapiContact contact)
Creates contact in specified folder
|
MapiContact |
IEWSClient.fetchContact(String contactUri)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiContact |
IGraphClient.fetchContact(String id)
Gets MapiContact for specified id
|
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)
Deprecated.
Tthis method is obsolete and will be removed soon. Use Load(Stream stream, VCardLoadOptions options) method instead of it.
|
static MapiContact |
MapiContact.fromVCard(InputStream stream,
VCardLoadOptions options)
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)
Deprecated.
Tthis method is obsolete and will be removed soon. Use Load(string filePath, VCardLoadOptions options) method instead of it.
|
static MapiContact |
MapiContact.fromVCard(String filePath,
VCardLoadOptions options)
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 |
MapiContact |
IGraphClient.updateContact(MapiContact contact)
Updates contact
|
| Modifier and Type | Method and Description |
|---|---|
MapiContact |
IGraphClient.createContact(String folderId,
MapiContact contact)
Creates contact in 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.
|
MapiContact |
IGraphClient.updateContact(MapiContact contact)
Updates contact
|
| Constructor and Description |
|---|
MapiContactCollection(IGenericEnumerable<MapiContact> collection)
Initializes a new instance of the
MapiContactCollection class. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.