ExchangeClient.ResolveContacts

ExchangeClient.ResolveContacts method

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