IEWSClient.ResolveContacts

ResolveContacts(string)

Resolves ambiguous mailbox display names. Note: the maximum count of returned contacts is 100. This is a restriction of used exchange command.

public Contact[] ResolveContacts(string unresolvedEntry)
ParameterTypeDescription
unresolvedEntryStringA name of contact to resolve.

Return Value

An array of Contact objects.

See Also


ResolveContacts(string, ExchangeListContactsOptions)

Resolves ambiguous e-mail addresses and display names Note: the maximum count of returned contacts is 100. This is a restriction of used EWS operation.

public Contact[] ResolveContacts(string unresolvedEntry, ExchangeListContactsOptions options)
ParameterTypeDescription
unresolvedEntryStringA name of contact to resolve
optionsExchangeListContactsOptionsEnumerates the list contacts options

Return Value

Contacts that represents contacts information

Exceptions

exceptioncondition
AsposeArgumentExceptionunresolvedEntry is null or empty

See Also