GetContact
Contents
[
Hide
]GetContact (1 of 4)
Retrieves contact information according to specified identifier.
Returns: Contact information
GetContact(System::SharedPtr < ObjectIdentifier > contactId)
| Parameter | Description |
|---|---|
| contactId | Contact identifier |
GetContact (2 of 4)
Retrieves contact information according to specified identifier.
Returns: Contact information
GetContact(System::SharedPtr < ObjectIdentifier > contactId, ExchangeListContactsOptions options)
| Parameter | Description |
|---|---|
| contactId | Contact identifier |
| options | Settings for retrieving contact. |
GetContact (3 of 4)
Retrieves contact information according to specified identifier.
Returns: Contact information
GetContact(System::String contactId)
| Parameter | Description |
|---|---|
| contactId | Contact identifier |
GetContact (4 of 4)
Retrieves contact information according to specified identifier.
Returns: Contact information
GetContact(System::String contactId, ExchangeListContactsOptions options)
| Parameter | Description |
|---|---|
| contactId | Contact identifier |
| options | Settings for retrieving contact. |