| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Resolution.getContact()
Gets an Exchange contact item.
|
Contact |
Service.getContact(ItemId itemId)
Gets a contact.
|
Contact |
Service.getContact(ItemId itemId,
ItemShape itemShape)
Gets a contact.
|
Contact |
Service.getContact(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a contact.
|
Contact |
Service.getContact(ItemId itemId,
ShapeType shapeType)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId,
ItemShape itemShape)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId,
ShapeType shapeType)
Gets a contact.
|