IEWSClient.GetContact

GetContact(ObjectIdentifier)

Retrieves contact information according to specified identifier.

public Contact GetContact(ObjectIdentifier contactId)
ParameterTypeDescription
contactIdObjectIdentifierContact identifier

Return Value

Contact information

See Also


GetContact(ObjectIdentifier, ExchangeListContactsOptions)

Retrieves contact information according to specified identifier.

public Contact GetContact(ObjectIdentifier contactId, ExchangeListContactsOptions options)
ParameterTypeDescription
contactIdObjectIdentifierContact identifier
optionsExchangeListContactsOptionsSettings for retrieving contact.

Return Value

Contact information

See Also


GetContact(string)

Retrieves contact information according to specified identifier.

public Contact GetContact(string contactId)
ParameterTypeDescription
contactIdStringContact identifier

Return Value

Contact information

See Also


GetContact(string, ExchangeListContactsOptions)

Retrieves contact information according to specified identifier.

public Contact GetContact(string contactId, ExchangeListContactsOptions options)
ParameterTypeDescription
contactIdStringContact identifier
optionsExchangeListContactsOptionsSettings for retrieving contact.

Return Value

Contact information

See Also